2019-11-05 20:45:41 +00:00
|
|
|
#ifndef DEF_XSDL_H
|
|
|
|
#define DEF_XSDL_H
|
|
|
|
|
2019-11-06 21:48:25 +00:00
|
|
|
#include "../xSDL/xOrchestrable.h"
|
2019-11-05 20:45:41 +00:00
|
|
|
#include "../xSDL/xApplication.h"
|
|
|
|
#include "../xSDL/xController.h"
|
2020-02-02 15:17:52 +00:00
|
|
|
#include "../xSDL/xDrawable.h"
|
2019-11-05 20:45:41 +00:00
|
|
|
#include "../xSDL/xSprite.h"
|
2020-02-02 15:18:12 +00:00
|
|
|
#include "../xSDL/xSpriteGroup.h"
|
2019-11-05 20:45:41 +00:00
|
|
|
|
|
|
|
#endif
|