generated from sigonasr2/CPlusPlusProjectTemplate
12 lines
169 B
C++
12 lines
169 B
C++
#define OLC_PGE_APPLICATION
|
|
#include "pixelGameEngine.h"
|
|
#include <strstream>
|
|
#include "TMXParser.h"
|
|
|
|
using namespace olc;
|
|
|
|
int main(){
|
|
TMXParser parser;
|
|
return -1;
|
|
}
|