mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
fix win32 platform compile
This commit is contained in:
parent
3fc3938b22
commit
c802080bab
|
@ -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++)
|
||||
|
|
Loading…
Reference in New Issue
Block a user