- Timestamp:
- Nov 12, 2014, 3:58:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRaceHUDinfo.h
r10117 r10118 39 39 namespace orxonox 40 40 { 41 class DodgeRaceHUDinfo : public OverlayText, public Tickable41 class _DodgeRaceExport DodgeRaceHUDinfo : public OverlayText, public Tickable 42 42 { 43 43 public: 44 44 DodgeRaceHUDinfo(Context* context); 45 45 /* 46 46 virtual void tick(float dt); 47 47 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); … … 74 74 bool bShowLevel_; 75 75 bool bShowPoints_; 76 bool bShowMultiplier_; 76 bool bShowMultiplier_;*/ 77 77 }; 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.