Changeset 1990 for code/branches/objecthierarchy/src/orxonox/objects/Test.h
- Timestamp:
- Oct 21, 2008, 5:53:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/Test.h
r1958 r1990 36 36 namespace orxonox 37 37 { 38 class _OrxonoxExport Test: public BaseObject, virtualpublic network::Synchronisable38 class _OrxonoxExport Test: public BaseObject, public network::Synchronisable 39 39 { 40 40 public: … … 60 60 } 61 61 62 #endif /* _ PlayerInfo_H__ */62 #endif /* _Test_H__ */
Note: See TracChangeset
for help on using the changeset viewer.