diff --git a/src/internal/blah_platform_win32.cpp b/src/internal/blah_platform_win32.cpp index 9218e94..684a2a7 100644 --- a/src/internal/blah_platform_win32.cpp +++ b/src/internal/blah_platform_win32.cpp @@ -689,7 +689,7 @@ void Platform::open_url(const char* url) system(cmd.cstr()); } -void win32_detect_joysticks() +void Blah::win32_detect_joysticks() { // mark all joysticks as unnacounted for for (int i = 0; i < Input::max_controllers; i++)