Fix mouseHitTestInWindow declaration

This commit is contained in:
Alexander Batalov 2022-05-21 03:27:41 +03:00
parent f60b8eecfd
commit e907e3d729

View File

@ -637,6 +637,6 @@ bool _vcr_load_record(STRUCT_51E2F0* ptr, File* stream);
int screenGetWidth();
int screenGetHeight();
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 */