diff options
Diffstat (limited to 'gob/inter.h')
-rw-r--r-- | gob/inter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gob/inter.h b/gob/inter.h index 6a41835e97..1fde84f780 100644 --- a/gob/inter.h +++ b/gob/inter.h @@ -299,6 +299,7 @@ protected: virtual const char *getOpcodeGoblinDesc(int i); void o2_drawStub(void) { warning("Gob2 stub"); } + void o2_stub0x80(void); }; } // End of namespace Gob |