Changeset 8144 in orxonox.OLD for branches/gui/src/lib/shell/shell_buffer.h
- Timestamp:
- Jun 4, 2006, 7:55:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/shell/shell_buffer.h
r8123 r8144 32 32 inline static bool isInstanciated() { return (ShellBuffer::singletonRef == NULL)?false:true; }; 33 33 34 static booladdBufferLineStatic(const char* line, ...);34 static void addBufferLineStatic(const char* line, ...); 35 35 void addBufferLine(const char* line); 36 36
Note: See TracChangeset
for help on using the changeset viewer.