Changeset 6222 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Dec 21, 2005, 1:49:06 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
Makefile.in
Makefile
configure
*.kdevelop
Doxyfile
config.log
config.h
config.status
stamp-h1
autom4te.cache
aclocal.m4
-
Property
svn:ignore
set to
-
trunk/src
-
Property
svn:ignore
set to
.deps
orxonox
Makefile
Makefile.in
-
Property
svn:ignore
set to
-
trunk/src/world_entities/npcs/npc.cc
r6142 r6222 22 22 23 23 #include "state.h" 24 #include "list.h"25 24 #include "stdlibincl.h" 26 25 #include "power_ups/turret_power_up.h" -
trunk/src/world_entities/npcs/npc_test.cc
r6054 r6222 23 23 #include "shader.h" 24 24 #include "state.h" 25 #include "list.h"26 25 #include "stdlibincl.h" 27 26 #include "debug.h" -
trunk/src/world_entities/npcs/npc_test1.cc
r6054 r6222 22 22 23 23 #include "state.h" 24 #include "list.h"25 #include "stdlibincl.h"26 24 #include "power_ups/turret_power_up.h" 27 25 #include "power_ups/laser_power_up.h"
Note: See TracChangeset
for help on using the changeset viewer.