This commit is contained in:
parent
2feb81322e
commit
1626aebb17
5 changed files with 21 additions and 2 deletions
|
@ -28,6 +28,9 @@ public:
|
|||
void GUIUpdate();
|
||||
void GUIChanged();
|
||||
|
||||
int GetMapWidth() {return(Core.GetMapWidth());}
|
||||
int GetMapHeight() {return(Core.GetMapHeight());}
|
||||
|
||||
// Windows Messages Thru Point
|
||||
|
||||
void LButtonControl(UINT nFlags, CPoint &point,BOOL DownFlag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue