Changeset 729 for code/branches/FICN/src/orxonox/objects/WorldEntity.h
- Timestamp:
- Dec 30, 2007, 9:48:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/WorldEntity.h
r716 r729 17 17 namespace orxonox 18 18 { 19 class WorldEntity : public BaseObject, public Tickable, public network::Synchronisable19 class _OrxonoxExport WorldEntity : public BaseObject, public Tickable, public network::Synchronisable 20 20 { 21 21 public: … … 147 147 bool bStatic_; 148 148 }; 149 ExportClass(WorldEntity, Orxonox); 149 150 } 150 151
Note: See TracChangeset
for help on using the changeset viewer.