From 36f0dae96bdb3ae9614351985ef56673a99e6be2 Mon Sep 17 00:00:00 2001 From: kin fuyuki Date: Sat, 20 Dec 2025 23:14:33 -0300 Subject: [PATCH] accidentally removed incmgr.h --- CMakeLists.txt | 1 - include/incmgr.h | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 include/incmgr.h diff --git a/CMakeLists.txt b/CMakeLists.txt index ba9b38d..6bcd06e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) \ No newline at end of file diff --git a/include/incmgr.h b/include/incmgr.h new file mode 100644 index 0000000..9268075 --- /dev/null +++ b/include/incmgr.h @@ -0,0 +1,6 @@ +#include +#include +#include +#include +#include +#include \ No newline at end of file