Implemented score hooks

This commit is contained in:
Hyper
2024-10-17 23:41:38 +01:00
parent ce95692d8a
commit ceee6948a8
6 changed files with 70 additions and 4 deletions

View File

@@ -79,6 +79,8 @@ int Window_OnSDLEvent(void*, SDL_Event* event)
void Window::Init()
{
/* TODO: move this since it'll have to change
on soft reboot from the options menu. */
auto title = Config::Language == ELanguage_Japanese
? "Sonic World Adventure"
: "SONIC UNLEASHED";