diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 18:12:49 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 18:12:49 +1000 |
commit | 5d1750d9adfc45b53c75310c58e31dfdbd8a6e15 (patch) | |
tree | 96b30140b33744a4392af091e79e65bcfc5886d5 /src | |
parent | 8ce117f0b3fd4ceeb1d7058dde8793e4421ec076 (diff) |
static link
Diffstat (limited to 'src')
-rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ void Core_Bringup(const char* window_name, struct GLFWwindow* optional_window) { } void Core_Shutdown() {} -bool AppShouldExit() { return true; } +bool AppShouldExit() { return false; } |