Changeset 9261 in orxonox.OLD for branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_quaternion.h
- Timestamp:
- Jul 12, 2006, 6:07:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_quaternion.h
r7954 r9261 14 14 15 15 public: 16 SynchronizeableQuaternion( Quaternion * ptrIn, Quaternion * ptrOut, std::string name, int permission = PERMISSION_ SERVER, int priority = 0 );16 SynchronizeableQuaternion( Quaternion * ptrIn, Quaternion * ptrOut, std::string name, int permission = PERMISSION_MASTER_SERVER, int priority = 0 ); 17 17 virtual ~SynchronizeableQuaternion(); 18 18
Note: See TracChangeset
for help on using the changeset viewer.