diff options
Diffstat (limited to 'Dalos/Console.h')
-rw-r--r-- | Dalos/Console.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Dalos/Console.h b/Dalos/Console.h index f7af59b..df66e09 100644 --- a/Dalos/Console.h +++ b/Dalos/Console.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Console.h,v 1.4 2004-12-26 03:29:10 pixel Exp $ */ +/* $Id: Console.h,v 1.5 2005-11-05 14:36:11 pixel Exp $ */ #ifndef __CONSOLE_H__ #define __CONSOLE_H__ @@ -51,7 +51,9 @@ class console : public mogltk::widget { int nlines, page; std::vector<String> lines; SDL_mutex * protect_add_line; -} * CurrentConsole; +}; + +extern console * CurrentConsole; // We should rather have a special mechanism for these extern SDL_mutex * console_lock; |