Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4387 in orxonox.OLD


Ignore:
Timestamp:
May 29, 2005, 11:40:45 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: little fix to prevent compile error

Location:
orxonox/trunk/src/util/event
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/event/event_def.h

    r4366 r4387  
    99
    1010#include "SDL_keysym.h"
    11 
    12 /*
    13 int PEV_UP = 0;
    14 int PEV_DOWN = 0;
    15 int PEV_LEFT = 0;
    16 int PEV_RIGHT = 0;
    17 
    18     PEV_STRAFE_LEFT,
    19     PEV_STRAFE_RIGHT,
    20 
    21     PEV_FIRE1,
    22     PEV_FIRE2,
    23 
    24     PEV_VIEW1,
    25     PEV_VIEW2,
    26     PEV_VIEW3,
    27     PEV_VIEW4
    28 */
    29 
     11#include "stdincl.h"
    3012
    3113
  • orxonox/trunk/src/util/event/key_mapper.h

    r4386 r4387  
    1111#include "base_object.h"
    1212#include "event_def.h"
     13
    1314
    1415
Note: See TracChangeset for help on using the changeset viewer.