Changeset 10027 in orxonox.OLD for branches/gui
- Timestamp:
- Dec 6, 2006, 5:01:51 PM (18 years ago)
- Location:
- branches/gui/src/world_entities
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/world_entities/Makefile.am
r10025 r10027 28 28 spawning_point.cc \ 29 29 \ 30 questGUI/quest GUI.cc \30 questGUI/quest_gui.cc \ 31 31 \ 32 32 effects/explosion.cc \ … … 59 59 spawning_point.h \ 60 60 \ 61 questGUI/quest GUI.h \61 questGUI/quest_gui.h \ 62 62 \ 63 63 effects/explosion.h \ -
branches/gui/src/world_entities/WorldEntities.am
r10025 r10027 25 25 world_entities/bsp_entity.cc \ 26 26 \ 27 world_entities/questGUI/quest GUI.cc \27 world_entities/questGUI/quest_gui.cc \ 28 28 \ 29 29 world_entities/weapons/test_gun.cc \ … … 130 130 bsp_entity.h \ 131 131 \ 132 questGUI/quest GUI.h \132 questGUI/quest_gui.h \ 133 133 \ 134 134 weapons/test_gun.h \ -
branches/gui/src/world_entities/questGUI/quest_gui.cc
r10026 r10027 20 20 21 21 22 #include "quest GUI.h"22 #include "quest_gui.h" 23 23 24 24 #include "event_handler.h"
Note: See TracChangeset
for help on using the changeset viewer.