Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7329 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.h


Ignore:
Timestamp:
Apr 17, 2006, 4:47:48 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: windows compatibility (not finished) also added a threading Class to wrap around SDL_thread (for simple oo-tasks)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_buffer.h

    r7315 r7329  
    1010#include <stdarg.h>
    1111#include <list>
    12 #include <SDL_thread.h>
     12#include "threading.h"
    1313
    1414#define      SHELL_BUFFER_SIZE       16384         //!< The Size of the input-buffers (should be large enough to carry any kind of input)
Note: See TracChangeset for help on using the changeset viewer.