mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Event queue refactor
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
//----------------------------------------------------------------------------
|
||||
//============================================================================
|
||||
|
||||
struct GpMouseInputEvent;
|
||||
|
||||
//-------------------------------------------------------------- Prototypes
|
||||
|
||||
@@ -163,7 +164,7 @@ void ResizeMapWindow (SInt16, SInt16);
|
||||
void OpenMapWindow (void);
|
||||
void CloseMapWindow (void);
|
||||
void ToggleMapWindow (void);
|
||||
void HandleMapClick (EventRecord *);
|
||||
void HandleMapClick (const GpMouseInputEvent &);
|
||||
void MoveRoom (Point);
|
||||
|
||||
void DoMarquee (void); // --- Marquee.c
|
||||
|
||||
Reference in New Issue
Block a user