diff options
Diffstat (limited to 'src/core/core.c')
-rw-r--r-- | src/core/core.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/core.c b/src/core/core.c index 385479d..6ccd0d0 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -17,13 +17,6 @@ Core g_core; /** @brief global `Core` that other files can use */ -struct Core { - const char* app_name; - GLFWwindow* window; - Renderer* renderer; - Input_State input; -}; - /** @brief Gets the global `Core` singleton */ inline Core* GetCore() { return &g_core; } |