mirror of
https://github.com/holub/mame
synced 2025-10-09 09:44:40 +03:00
fix clang build (nw)
This commit is contained in:
parent
cef5e28b3f
commit
bdab9d1c96
@ -45,7 +45,7 @@ public:
|
||||
|
||||
int window_init();
|
||||
|
||||
void update();
|
||||
void update() override;
|
||||
void toggle_full_screen();
|
||||
void modify_prescale(int dir);
|
||||
void resize(INT32 width, INT32 height);
|
||||
|
Loading…
Reference in New Issue
Block a user