mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-01 23:26:57 +00:00
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 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 */
|
||||
|
Loading…
Reference in New Issue
Block a user