Changeset 2764 for code/branches/tutorial/src/orxonox/objects
- Timestamp:
- Mar 8, 2009, 10:44:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc
r2763 r2764 44 44 // - register the drone class to the core 45 45 // - create a new controller and pass our this pointer to it as creator 46 this->myController = 0; 46 47 RegisterObject(Drone); 47 48
Note: See TracChangeset
for help on using the changeset viewer.