accidentally removed incmgr.h

This commit is contained in:
kin fuyuki 2025-12-20 23:14:33 -03:00
commit 36f0dae96b
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
2 changed files with 6 additions and 1 deletions

View file

@ -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
View 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>