aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.h
diff options
context:
space:
mode:
authorScott Percival2019-12-03 23:06:11 +0800
committerScott Percival2019-12-03 23:07:28 +0800
commit324cffbde63902408836f8b6b7833162404edaae (patch)
tree934de2a6350d396f8152669e1d42651682bbdfa6 /engines/director/lingo/lingo.h
parentde23a76c2691309b276585de5d40950ded5c5c2a (diff)
downloadscummvm-rg350-324cffbde63902408836f8b6b7833162404edaae.tar.gz
scummvm-rg350-324cffbde63902408836f8b6b7833162404edaae.tar.bz2
scummvm-rg350-324cffbde63902408836f8b6b7833162404edaae.zip
DIRECTOR: LINGO: Add cb_v4theentitynamepush
Diffstat (limited to 'engines/director/lingo/lingo.h')
-rw-r--r--engines/director/lingo/lingo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo.h b/engines/director/lingo/lingo.h
index 9cbe6c3507..65f985094a 100644
--- a/engines/director/lingo/lingo.h
+++ b/engines/director/lingo/lingo.h
@@ -348,6 +348,7 @@ public:
// bytecode-related instructions
static void cb_v4theentitypush();
+ static void cb_v4theentitynamepush();
static void cb_v4theentityassign();
void printSTUBWithArglist(const char *funcname, int nargs, const char *prefix = "STUB:");