The Omega Refactor(TM) + Input Options

This commit is contained in:
2025-06-30 21:29:59 -04:00
parent 6b5437a2fd
commit 30880c003d
35 changed files with 1490 additions and 1421 deletions

View File

@@ -2,6 +2,4 @@
#include "COMMON.h"
#define WINDOW_TITLE_MAX 0xFF + PATH_MAX
void window_title_from_path_set(SDL_Window* self, const char* path);
void window_title_from_path_set(SDL_Window* self, const std::string& path);