Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2008, 10:44:57 PM (16 years ago)
Author:
rgrieder
Message:

merged input branch back to trunk. Not yet tested on tardis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CorePrereqs.h

    r1214 r1219  
    114114  class Identifier;
    115115  class IdentifierDistributor;
    116   class InputBuffer;
    117   class InputBufferListener;
    118   class InputHandlerGame;
    119   class InputHandlerGUI;
    120   class InputManager;
    121116  template <class T>
    122117  class Iterator;
     
    147142  class XMLPortObjectContainer;
    148143  class XMLPortParamContainer;
     144
     145  // input
     146  class InputBuffer;
     147  class InputBufferListener;
     148  class InputManager;
     149  class KeyBinder;
     150  class GUIInputHandler;
     151  class KeyHandler;
     152  class MouseHandler;
     153  class JoyStickHandler;
     154
    149155}
    150156
Note: See TracChangeset for help on using the changeset viewer.