summaryrefslogtreecommitdiff
path: root/new_src/core.c
diff options
context:
space:
mode:
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() {}