Changeset 1332 for code/branches/hud3
- Timestamp:
- May 19, 2008, 11:56:43 PM (16 years ago)
- Location:
- code/branches/hud3/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/src/orxonox/CMakeLists.txt
r1331 r1332 8 8 hud/BarOverlayElement.cc 9 9 hud/RadarOverlayElement.cc 10 hud/DialogBox.cc11 10 particle/ParticleInterface.cc 12 11 tolua/tolua_bind.cc -
code/branches/hud3/src/orxonox/hud/HUD.cc
r1331 r1332 39 39 #include "RadarOverlayElement.h" 40 40 #include "OverlayElementFactories.h" 41 #include "DialogBox.h"42 41 43 42 namespace orxonox … … 82 81 83 82 radar->init(0.5, 0.9, 0.2, container); 84 85 Dial86 83 } 87 84
Note: See TracChangeset
for help on using the changeset viewer.