Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2066 in orxonox.OLD for orxonox/branches/chris/src/stdincl.h


Ignore:
Timestamp:
Jul 3, 2004, 5:36:35 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: Implemented CommandNode (Keyboard handling), created some functions to convert key names to identifyers and vice versa, ensured it compiles (when compiled spereately) added a header to hold global message structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/stdincl.h

    r1982 r2066  
    55#define null 0
    66
     7#ifdef __WIN32__
     8#include <windows.h>
    79#endif
     10#include <SDL/SDL.h>
     11
     12#include "list.h"
     13#include "message_structures.h"
     14#include "orxonox.h"
     15#include "world_entity.h"
     16
     17#endif
Note: See TracChangeset for help on using the changeset viewer.