Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5068 in orxonox.OLD for orxonox/trunk/src/Makefile.am


Ignore:
Timestamp:
Aug 18, 2005, 3:51:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added Shell Class to the utils.
This class should enable us to print all the output from orxonox directly onto the screen.
Also it should allow inputting some little Commands, so that we have more force over our little project :)

Also added a new Function to tList, removeLast, that is very quick in deleting the last element, as this is used inside of the Shell (deleting the Last Element is a major issue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r5040 r5068  
    4646                  util/loading/load_param.cc \
    4747                  util/state.cc \
     48                  util/shell.cc \
    4849                  util/user_control.cc \
    4950                  story_entities/story_entity.cc \
     
    99100                 util/garbage_collector.h \
    100101                 util/state.h \
     102                 util/shell.h \
    101103                 util/user_control.h \
    102104                 util/resource_manager.h \
Note: See TracChangeset for help on using the changeset viewer.