Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3310 in orxonox.OLD


Ignore:
Timestamp:
Dec 30, 2004, 11:32:18 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: added class HelperParent that i hope will help us… :)

Location:
orxonox/branches/parenting/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/Makefile.am

    r3302 r3310  
    3030                 p_node.cc \
    3131                 null_parent.cc \
    32                  base_object.cc
     32                 base_object.cc \
     33                 helper_parent.cc
    3334
    3435noinst_HEADERS = ability.h \
     
    6667                 p_node.h \
    6768                 null_parent.h \
    68                  base_object.h
     69                 base_object.h \
     70                 helper_parent.h
    6971
    7072
  • orxonox/branches/parenting/src/Makefile.in

    r3302 r3310  
    6161        environment.$(OBJEXT) object.$(OBJEXT) array.$(OBJEXT) \
    6262        material.$(OBJEXT) list.$(OBJEXT) p_node.$(OBJEXT) \
    63         null_parent.$(OBJEXT) base_object.$(OBJEXT)
     63        null_parent.$(OBJEXT) base_object.$(OBJEXT) \
     64        helper_parent.$(OBJEXT)
    6465orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    6566orxonox_LDADD = $(LDADD)
     
    7576@AMDEP_TRUE@    ./$(DEPDIR)/environment.Po \
    7677@AMDEP_TRUE@    ./$(DEPDIR)/game_loader.Po \
     78@AMDEP_TRUE@    ./$(DEPDIR)/helper_parent.Po \
    7779@AMDEP_TRUE@    ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \
    7880@AMDEP_TRUE@    ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \
     
    222224                 p_node.cc \
    223225                 null_parent.cc \
    224                  base_object.cc
     226                 base_object.cc \
     227                 helper_parent.cc
    225228
    226229noinst_HEADERS = ability.h \
     
    258261                 p_node.h \
    259262                 null_parent.h \
    260                  base_object.h
     263                 base_object.h \
     264                 helper_parent.h
    261265
    262266EXTRA_DIST = orxonox.conf
     
    346350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@
    347351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@
     352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper_parent.Po@am__quote@
    348353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@
    349354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.