Fix mouseHitTestInWindow declaration
This commit is contained in:
parent
f60b8eecfd
commit
e907e3d729
|
@ -637,6 +637,6 @@ bool _vcr_load_record(STRUCT_51E2F0* ptr, File* stream);
|
||||||
int screenGetWidth();
|
int screenGetWidth();
|
||||||
int screenGetHeight();
|
int screenGetHeight();
|
||||||
void mouseGetPositionInWindow(int win, int* x, int* y);
|
void mouseGetPositionInWindow(int win, int* x, int* y);
|
||||||
bool mouseClickInWindow(int win, int left, int top, int right, int bottom);
|
bool mouseHitTestInWindow(int win, int left, int top, int right, int bottom);
|
||||||
|
|
||||||
#endif /* CORE_H */
|
#endif /* CORE_H */
|
||||||
|
|
Loading…
Reference in New Issue