Changeset 11057 for code/branches/cpp11_v3/src/modules/invader
- Timestamp:
- Jan 10, 2016, 7:50:23 PM (9 years ago)
- Location:
- code/branches/cpp11_v3/src/modules/invader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/modules/invader/InvaderCenterPoint.cc
r11054 r11057 49 49 } 50 50 51 void InvaderCenterPoint::XMLPort(Element& xmlelement, XMLPort::Mode mode)52 {53 SUPER(InvaderCenterPoint, XMLPort, xmlelement, mode);54 }55 56 51 void InvaderCenterPoint::checkGametype() 57 52 { -
code/branches/cpp11_v3/src/modules/invader/InvaderCenterPoint.h
r11054 r11057 47 47 InvaderCenterPoint(Context* context); //checks whether the gametype is actually Invader. 48 48 49 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;50 51 49 private: 52 50 void checkGametype();
Note: See TracChangeset
for help on using the changeset viewer.