added scene.h

pull/14/head
Sara 2023-07-16 00:31:20 +02:00
parent 33c1a5e9d2
commit 6085dbaed0
1 changed files with 9 additions and 0 deletions

9
src/corelib/scene.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _corelib_scene_h
#define _corelib_scene_h
#include "memory.h"
#endif /* _corelib_scene_h */