Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2009, 4:53:06 PM (16 years ago)
Author:
rgrieder
Message:

#299: Fixed a bug in ConfigValueIncludes.h and exported command history to a separate file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core4/src/core/Shell.h

    r3196 r3260  
    3737#include <vector>
    3838
     39#include "util/OutputBuffer.h"
     40#include "input/InputBuffer.h"
    3941#include "OrxonoxClass.h"
    40 #include "input/InputBuffer.h"
    41 #include "util/OutputBuffer.h"
     42#include "ConfigFileManager.h"
    4243
    4344namespace orxonox
     
    145146            bool bAddOutputLevel_;
    146147
     148            ConfigFileType commandHistoryConfigFileType_;
     149
    147150            static Shell* singletonRef_s;
    148151    };
Note: See TracChangeset for help on using the changeset viewer.