Changeset 3246 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Dec 22, 2004, 1:42:13 AM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r3236 r3246 27 27 importer/array.cc \ 28 28 importer/material.cc \ 29 list.cc 29 list.cc \ 30 p_node.cc 30 31 31 32 noinst_HEADERS = ability.h \ … … 60 61 story_def.h \ 61 62 game_loader.h \ 62 campaign.h 63 campaign.h \ 64 p_node.h 63 65 64 66 ## orxonox.conf will be used from home-dir instead. -
orxonox/trunk/src/Makefile.in
r3237 r3246 60 60 campaign.$(OBJEXT) story_entity.$(OBJEXT) \ 61 61 environment.$(OBJEXT) object.$(OBJEXT) array.$(OBJEXT) \ 62 material.$(OBJEXT) list.$(OBJEXT) 62 material.$(OBJEXT) list.$(OBJEXT) p_node.$(OBJEXT) 63 63 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 64 64 orxonox_LDADD = $(LDADD) … … 76 76 @AMDEP_TRUE@ ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \ 77 77 @AMDEP_TRUE@ ./$(DEPDIR)/object.Po ./$(DEPDIR)/orxonox.Po \ 78 @AMDEP_TRUE@ ./$(DEPDIR)/player.Po ./$(DEPDIR)/story_entity.Po \ 79 @AMDEP_TRUE@ ./$(DEPDIR)/track.Po ./$(DEPDIR)/vector.Po \ 80 @AMDEP_TRUE@ ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po 78 @AMDEP_TRUE@ ./$(DEPDIR)/p_node.Po ./$(DEPDIR)/player.Po \ 79 @AMDEP_TRUE@ ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \ 80 @AMDEP_TRUE@ ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \ 81 @AMDEP_TRUE@ ./$(DEPDIR)/world_entity.Po 81 82 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 82 83 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) … … 216 217 importer/array.cc \ 217 218 importer/material.cc \ 218 list.cc 219 list.cc \ 220 p_node.cc 219 221 220 222 noinst_HEADERS = ability.h \ … … 249 251 story_def.h \ 250 252 game_loader.h \ 251 campaign.h 253 campaign.h \ 254 p_node.h 252 255 253 256 EXTRA_DIST = orxonox.conf … … 342 345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@ 343 346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@ 347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_node.Po@am__quote@ 344 348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ 345 349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@ -
orxonox/trunk/src/proto_class.h
r3245 r3246 1 1 /*! 2 \file world_entity.h3 \brief Definition of the basic WorldEntity2 \file proto_class.h 3 \brief Definition of the proto class template, used quickly start work 4 4 */ 5 5
Note: See TracChangeset
for help on using the changeset viewer.