16 lines
326 B
C++
16 lines
326 B
C++
|
#ifdef DEF_XSDL_H
|
||
|
|
||
|
#ifndef DEF_XSDL_CPP
|
||
|
|
||
|
#define DEF_XSDL_CPP
|
||
|
|
||
|
/* [BODIES] Inclusion des .cpp des sous-libs
|
||
|
=========================================================*/
|
||
|
#include "xSDL/xManager.cpp"
|
||
|
#include "xSDL/xSprite.cpp"
|
||
|
#include "xSDL/xSpriteGroup.cpp"
|
||
|
#include "xSDL/xSpriteAnimation.cpp"
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|