diff options
Diffstat (limited to 'engines/sci/include/console.h')
-rw-r--r-- | engines/sci/include/console.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/include/console.h b/engines/sci/include/console.h index a9521686ae..9dd998cde6 100644 --- a/engines/sci/include/console.h +++ b/engines/sci/include/console.h @@ -41,6 +41,7 @@ #define SCI_CONSOLE #include "sci/include/gfx_operations.h" +namespace Sci { extern int con_passthrough; /* Echo all sciprintf() stuff to the text console */ @@ -244,4 +245,6 @@ close_console_file(void); ** Returns : (void) */ +} // End of namespace Sci + #endif /* _SCI_CONSOLE_H_ */ |