Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2009, 5:31:02 PM (15 years ago)
Author:
rgrieder
Message:

Merged all remaining revisions from core4 back to the trunk.

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/core/CorePrereqs.h

    r3318 r3327  
    155155    class TclThreadManager;
    156156    class Template;
    157     class Tickable;
     157    class WindowEventListener;
    158158    class XMLFile;
    159159    class XMLNameListener;
     
    176176    class Button;
    177177    class CalibratorCallback;
    178     class ExtendedInputState;
    179178    class HalfAxis;
    180179    class InputBuffer;
     180    class InputDevice;
     181    template <class Traits>
     182    class InputDeviceTemplated;
     183    class InputHandler;
    181184    class InputManager;
    182185    class InputState;
    183     class JoyStickHandler;
    184     class MouseHandler;
     186    class JoyStick;
     187    class Mouse;
     188    class Keyboard;
    185189    class KeyBinder;
    186190    class KeyDetector;
    187     class KeyHandler;
    188191    class ParamCommand;
    189192    class SimpleCommand;
    190     class SimpleInputState;
     193
    191194
    192195    // multithreading
Note: See TracChangeset for help on using the changeset viewer.