10 lines
216 B
C
10 lines
216 B
C
|
#ifndef DEF_XSDL_H
|
||
|
#define DEF_XSDL_H
|
||
|
|
||
|
#include "../xSDL/xApplication.h"
|
||
|
#include "../xSDL/xController.h"
|
||
|
#include "../xSDL/xElement.h"
|
||
|
#include "../xSDL/xSprite.h"
|
||
|
#include "../xSDL/xSpriteAnimation.h"
|
||
|
|
||
|
#endif
|