added corelib.h include for minimal setup

pull/12/head
Sara 2023-06-27 08:16:45 +02:00
parent f395f27532
commit de7d14ae92
1 changed files with 6 additions and 0 deletions

6
src/corelib/corelib.h Normal file
View File

@ -0,0 +1,6 @@
#include "object.h"
#include "render.h"
#include "assets.h"
#include "physics.h"
#include "world.h"
#include "entry.h"