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/InputManager.h

    r1510 r1519  
    3636#define _InputManager_H__
    3737
    38 #include "CorePrereqs.h"
     38#include "core/CorePrereqs.h"
    3939
    4040#include <map>
     
    4343#include "ois/OIS.h"
    4444#include "util/Math.h"
    45 #include "Tickable.h"
     45#include "core/Tickable.h"
    4646#include "InputInterfaces.h"
    4747
Note: See TracChangeset for help on using the changeset viewer.