From 54354e32c6498cc7f8839ab4deb1208d37216cc5 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:43:38 +1000 Subject: Begin simplifying project structure and removing examples --- new_src/core.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 new_src/core.c (limited to 'new_src/core.c') diff --git a/new_src/core.c b/new_src/core.c new file mode 100644 index 0000000..88979bb --- /dev/null +++ b/new_src/core.c @@ -0,0 +1,11 @@ +// The engine "core" + +#include + +void Core_Bringup(const char* window_name) { + // INFO("Initiate Core bringup"); + printf("Initiate core bringup\n"); + + printf("Create GLFW window\n"); +} +void Core_Shutdown() {} -- cgit v1.2.3-70-g09d2