Changeset 845 for code/branches/core/src/network/Synchronisable.h
- Timestamp:
- Mar 1, 2008, 9:29:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/network/Synchronisable.h
r828 r845 2 2 // C++ Interface: synchronisable 3 3 // 4 // Description: 4 // Description: 5 5 // 6 6 // … … 66 66 int datasize; 67 67 }; 68 69 }70 71 namespace orxonox72 {73 template class _NetworkExport ClassIdentifier<network::Synchronisable>;74 template class _NetworkExport ObjectList<network::Synchronisable>;75 68 } 76 69
Note: See TracChangeset
for help on using the changeset viewer.