diff options
| author | Arslaan Pathan <[email protected]> | 2025-06-11 18:50:36 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2025-06-11 18:50:36 +1200 |
| commit | 5dfe69e4580073c9bdeaed605a46cf0ec3e24ad2 (patch) | |
| tree | c3f806aa2daa6504fbffbad84b867c3c56454daa /src/main.cpp | |
| parent | 1e140985c594e21c52a11567e616613385f22b15 (diff) | |
| download | showdownofthesticks-5dfe69e4580073c9bdeaed605a46cf0ec3e24ad2.tar.xz showdownofthesticks-5dfe69e4580073c9bdeaed605a46cf0ec3e24ad2.zip | |
Add support for bundling SDL2 in Mac binaries
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9777a6f..9381731 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,6 +100,7 @@ int main() { SDL_Init(SDL_INIT_EVERYTHING); SDL_CreateWindowAndRenderer(WIDTH, HEIGHT, 0, &window, &renderer); + SDL_SetWindowTitle(window, "Showdown of the Sticks"); call_lua_function(L, "Setup"); |
