The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
312 B
11 lines
312 B
//#define OLC_PGE_HEADLESS
|
|
#define OLC_PGE_APPLICATION
|
|
#include "olcPixelGameEngine.h"
|
|
#define OLC_PGEX_TRANSFORMEDVIEW
|
|
#include "olcPGEX_TransformedView.h"
|
|
#define TMX_PARSER_SETUP
|
|
#include "TMXParser.h"
|
|
#define TSX_PARSER_SETUP
|
|
#include "TSXParser.h"
|
|
#define OLC_PGEX_GRAPHICS2D
|
|
#include "olcPGEX_Graphics2D.h" |