Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2008, 9:28:41 PM (16 years ago)
Author:
rgrieder
Message:

moved input related files to src/core/input

Location:
code/branches/input/src/core/input
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/input/KeyBinder.cc

    r1510 r1519  
    3838#include "util/SubString.h"
    3939#include "util/String.h"
    40 #include "Debug.h"
    41 #include "ConfigValueIncludes.h"
    42 #include "CoreIncludes.h"
    43 #include "CommandExecutor.h"
    44 #include "ConsoleCommand.h"
    45 #include "Executor.h"
     40#include "core/Debug.h"
     41#include "core/ConfigValueIncludes.h"
     42#include "core/CoreIncludes.h"
     43#include "core/CommandExecutor.h"
     44#include "core/ConsoleCommand.h"
     45#include "core/Executor.h"
    4646// TODO: only needed by the CalibratorCallback class; move to new file
    4747#include "InputManager.h"
Note: See TracChangeset for help on using the changeset viewer.