Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13375/include/sim
Modified Files:
Game.h
Log Message:
Index: Game.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/Game.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** Game.h 11 Dec 2004 01:09:05 -0000 1.51
--- Game.h 28 Dec 2004 00:54:21 -0000 1.52
***************
*** 139,144 ****
RECT mrectEdit;
RECT mrectLowerLeft;
- RECT marectButtonBar[N_BUTTON_BARS];
- RECT mrectButtonBarLowerLeft;
const int mnWidth;
--- 139,142 ----
***************
*** 223,226 ****
--- 221,225 ----
bool togglePopup; ///< true to toggle popup menu state
wxPoint rightButtonPoint; ///< position of mouse at last right button event
+ std::vector<long> hookedUnits; ///< vector of hooked unit ids
void Activate();
***************
*** 239,242 ****
--- 238,242 ----
void HookRandomFriendly(); ///< hooks random friendly platform
void NewGroupHook(wxCommandEvent& event); ///< event for group of units hooked
+ void NewGroupHook(std::vector<long>& groupUnits); ///< implements group hook
void NewHook(wxCommandEvent& event); ///< event for single unit hooked (deprecated)
void NewHook(long hookID);
|