Changeset 459 for code/branches/FICN/src/network/Synchronisable.h
- Timestamp:
- Dec 12, 2007, 12:35:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/Synchronisable.h
r346 r459 17 17 18 18 #include "orxonox/core/IdentifierIncludes.h" 19 #include "orxonox/core/OrxonoxClass.h" 19 20 20 21 namespace network { … … 39 40 * @author Oliver Scheuss 40 41 */ 41 class Synchronisable {42 class Synchronisable : public orxonox::OrxonoxClass{ 42 43 public: 43 44 Synchronisable();
Note: See TracChangeset
for help on using the changeset viewer.