Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 27, 2008, 10:13:19 PM (17 years ago)
Author:
rgrieder
Message:
  • moved ArgReader to util
  • some Prereqs cleanup
Location:
code/branches/input/src/orxonox/core
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/core/CMakeLists.txt

    r919 r945  
    99  Error.cc
    1010  SignalHandler.cc
    11   ArgReader.cc
    1211  DebugLevel.cc
    1312  OutputHandler.cc
  • code/branches/input/src/orxonox/core/CorePrereqs.h

    r871 r945  
    2727
    2828/**
    29     @file  CorePrereq.h
    30     @brief Contains all the necessary forward declarations for all classes, structs and enums.
     29  @file
     30  @brief Contains all the necessary forward declarations for all classes and structs.
    3131*/
    3232
     
    6767  typedef std::string LanguageEntryLabel;
    6868
    69   class ArgReader;
    7069  class BaseFactory;
    7170  class BaseMetaObjectListElement;
     71  class BaseObject;
    7272  template <class T>
    7373  class ClassFactory;
     
    103103  template <class T>
    104104  class SubclassIdentifier;
     105  class Tickable;
    105106  template <class T, class O>
    106107  class XMLPortClassObjectContainer;
Note: See TracChangeset for help on using the changeset viewer.