summaryrefslogtreecommitdiff
path: root/new_src/core.c
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-10-05 13:55:05 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-10-05 13:55:05 +1000
commit2c1a7d7f293c26d631e15cf4cbec542ac50994aa (patch)
tree5180c14d347717779db1583f3432a094e082cb84 /new_src/core.c
parent034028807665e84f7c62de5901a3d82c8b5e880e (diff)
rename source folnder
Diffstat (limited to 'new_src/core.c')
-rw-r--r--new_src/core.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/new_src/core.c b/new_src/core.c
deleted file mode 100644
index 88979bb..0000000
--- a/new_src/core.c
+++ /dev/null
@@ -1,11 +0,0 @@
-// The engine "core"
-
-#include <celeritas.h>
-
-void Core_Bringup(const char* window_name) {
- // INFO("Initiate Core bringup");
- printf("Initiate core bringup\n");
-
- printf("Create GLFW window\n");
-}
-void Core_Shutdown() {}