accidentally removed incmgr.h
This commit is contained in:
parent
52b5a8ee95
commit
36f0dae96b
2 changed files with 6 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ if(WIN32)
|
|||
else()
|
||||
set(PLATFORM_DIR "linux")
|
||||
endif()
|
||||
add_subdirectory(lib/raylib)
|
||||
add_subdirectory(engine)
|
||||
add_subdirectory(games/forespend)
|
||||
include(ExternalProject)
|
||||
6
include/incmgr.h
Normal file
6
include/incmgr.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <tiny/tdf.h>
|
||||
#include <tiny/term.h>
|
||||
#include <raylib.h>
|
||||
#include <raymath.h>
|
||||
#include <rlgl.h>
|
||||
#include <enginend/engine.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue