Changeset 9625 in orxonox.OLD for branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_float.h
- Timestamp:
- Jul 30, 2006, 11:19:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_float.h
r9406 r9625 13 13 14 14 public: 15 SynchronizeableFloat( float * ptrIn, float * ptrOut, std::string name, int permission = PERMISSION_MASTER_SERVER, int priority = 0 );15 SynchronizeableFloat( float * ptrIn, float * ptrOut, std::string name, int permission, int priority = 0 ); 16 16 virtual ~SynchronizeableFloat(); 17 17
Note: See TracChangeset
for help on using the changeset viewer.