Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2008, 10:34:20 PM (16 years ago)
Author:
rgrieder
Message:

split KeyBinder into multiple files instead of one unreadable monster file

File:
1 edited

Legend:

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

    r1519 r1520  
    3535#include "InputManager.h"
    3636
    37 #include "util/Convert.h"
     37#include <limits.h>
    3838#include "core/CoreIncludes.h"
    3939#include "core/ConfigValueIncludes.h"
     
    4141#include "core/CommandExecutor.h"
    4242#include "core/ConsoleCommand.h"
    43 #include "core/Shell.h"
     43#include "core/Shell.h"               // hack!
    4444#include "InputBuffer.h"
    4545#include "KeyBinder.h"
     46#include "KeyDetector.h"
     47#include "CalibratorCallback.h"
    4648
    4749namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.