Changeset 9711
- Timestamp:
- Oct 21, 2013, 4:08:37 PM (11 years ago)
- Location:
- code/branches/wiimote
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/Wiimote_Test.h
r9706 r9711 18 18 class Wiimote_Test 19 19 : public WindowEventListener 20 , public Tickable 20 21 21 , public Singleton<Wiimote_Test> 22 22 { -
code/branches/wiimote/src/orxonox/controllers/CMakeLists.txt
r9016 r9711 10 10 DroneController.cc 11 11 FormationController.cc 12 AutonomousDroneController.cc 12 13 ) -
code/branches/wiimote/src/orxonox/worldentities/CMakeLists.txt
r8706 r9711 12 12 SpawnPoint.cc 13 13 TeamSpawnPoint.cc 14 AutonomousDrone.cc 14 15 ) 15 16
Note: See TracChangeset
for help on using the changeset viewer.