mirror of
https://github.com/NoelFB/blah.git
synced 2025-07-17 19:31:52 +08:00
fix win32 platform compile
This commit is contained in:
@ -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++)
|
||||
|
Reference in New Issue
Block a user