aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/sciconsole.h
diff options
context:
space:
mode:
authorMax Horn2009-05-11 18:18:43 +0000
committerMax Horn2009-05-11 18:18:43 +0000
commitd09037fa6cc19e8f1bd3dac5b14369a8811726e8 (patch)
treef81a24b6915386b9d7d9b9260a09fc2081010c4f /engines/sci/scicore/sciconsole.h
parent548180663546d6ce2d29436fe2d54d8fe2170a18 (diff)
downloadscummvm-rg350-d09037fa6cc19e8f1bd3dac5b14369a8811726e8.tar.gz
scummvm-rg350-d09037fa6cc19e8f1bd3dac5b14369a8811726e8.tar.bz2
scummvm-rg350-d09037fa6cc19e8f1bd3dac5b14369a8811726e8.zip
SCI: Hacked stuff up so that debugger commands also print on the GUI console
svn-id: r40460
Diffstat (limited to 'engines/sci/scicore/sciconsole.h')
-rw-r--r--engines/sci/scicore/sciconsole.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/sci/scicore/sciconsole.h b/engines/sci/scicore/sciconsole.h
index b483dfb8a4..e4fc867e10 100644
--- a/engines/sci/scicore/sciconsole.h
+++ b/engines/sci/scicore/sciconsole.h
@@ -43,9 +43,6 @@ namespace Sci {
struct gfx_pixmap_t;
-/** If this flag is set, we echo all sciprintf() stuff to the text console. */
-extern int con_passthrough;
-
union cmd_param_t {
int32 val;
const char *str;
@@ -57,14 +54,6 @@ typedef int (*ConCommand)(EngineState *s, const Common::Array<cmd_param_t> &cmdP
/*** FUNCTION DEFINITIONS ***/
-void con_set_string_callback(void(*callback)(char *));
-/* Sets the console string callback
-** Parameters: (void -> char *) callback: The closure to invoke after
-** a string for sciprintf() has been generated
-** This sets a single callback function to be used after sciprintf()
-** is used.
-*/
-
void con_set_pixmap_callback(void(*callback)(gfx_pixmap_t *));
/* Sets the console pixmap callback
** Parameters: (void -> gfx_pixmap_t *) callback: The closure to invoke after