Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4387 in orxonox.OLD for orxonox/trunk/src/util/event/event_def.h


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

orxonox/trunk: little fix to prevent compile error

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.