Changeset 151 for cafu/trunk/Ca3DE/AppCafu.cpp
- Timestamp:
- 09/06/10 14:51:15 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/Ca3DE/AppCafu.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Ca3DE/AppCafu.cpp
r149 r151 29 29 #include "ConsoleCommands/ConsoleComposite.hpp" 30 30 #include "ConsoleCommands/ConsoleFile.hpp" 31 #include "ConsoleCommands/ConsoleStdout.hpp" 31 32 #include "ConsoleCommands/ConsoleStringBuffer.hpp" 32 33 #include "ConsoleCommands/ConVar.hpp" … … 172 173 { 173 174 s_CompositeConsole.Attach(m_ConBuffer); 175 176 #ifdef __WXGTK__ 177 { 178 static cf::ConsoleStdoutT s_ConStdout; 179 s_CompositeConsole.Attach(&s_ConStdout); 180 } 181 #endif 174 182 175 183 // All global convars and confuncs have registered themselves in linked lists.
