diff --git a/src/core.h b/src/core.h index 4534756..9896668 100644 --- a/src/core.h +++ b/src/core.h @@ -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 */