diff options
Diffstat (limited to 'Dalos/Console.cc')
-rw-r--r-- | Dalos/Console.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dalos/Console.cc b/Dalos/Console.cc index ac72b2f..5e2ffc2 100644 --- a/Dalos/Console.cc +++ b/Dalos/Console.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Console.cc,v 1.4 2004-12-26 03:29:09 pixel Exp $ */ +/* $Id: Console.cc,v 1.5 2005-11-05 14:36:11 pixel Exp $ */ #include <SDL.h> #include <SDL_thread.h> @@ -309,3 +309,5 @@ void console::create_console_thread() { SDL_CreateThread(ReadLineInternals::readline_thread, 0); } + +console * CurrentConsole; |