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