Changeset 7314 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.h
- Timestamp:
- Apr 17, 2006, 1:19:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_buffer.h
r5784 r7314 10 10 #include <stdarg.h> 11 11 #include <list> 12 #include <SDL_thread.h> 12 13 13 14 #define SHELL_BUFFER_SIZE 16384 //!< The Size of the input-buffers (should be large enough to carry any kind of input) … … 60 61 61 62 unsigned long lineCount; //!< how many Lines have been written out so far. 63 64 static SDL_mutex* bufferMutex; //!< Only one thread may write into the ShellBuffer at a time. 62 65 }; 63 66
Note: See TracChangeset
for help on using the changeset viewer.