- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/orxonox/gamestates/GSMasterServer.h
r7801 r11054 45 45 ~GSMasterServer(); 46 46 47 v oid activate();48 v oid deactivate();49 v oid update(const Clock& time);47 virtual void activate() override; 48 virtual void deactivate() override; 49 virtual void update(const Clock& time) override; 50 50 51 51 private:
Note: See TracChangeset
for help on using the changeset viewer.