diff options
author | pixel <pixel> | 2005-11-05 14:36:11 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-11-05 14:36:11 +0000 |
commit | 003e130f79b5de2177381c8258080980b2cf85f5 (patch) | |
tree | 340909d5c5959c8ea31ec8c8bd0c0c2903263560 /Dalos/Console.h | |
parent | 8871e4ca37ae147715dc957904686dd4add82d77 (diff) |
Fixing Dalos a bit, and fixing DVD support.
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; |