diff --git a/src/corelib/scene.h b/src/corelib/scene.h new file mode 100644 index 0000000..164b3ed --- /dev/null +++ b/src/corelib/scene.h @@ -0,0 +1,9 @@ +#ifndef _corelib_scene_h +#define _corelib_scene_h + +#include "memory.h" + + + +#endif /* _corelib_scene_h */ +