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"
|
|
|
|
#include "../xSDL/xElement.h"
|
|
|
|
#include "../xSDL/xSprite.h"
|
|
|
|
|
|
|
|
#endif
|