diff options
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index af19d825d2..aba640f23a 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -410,6 +410,7 @@ protected: void o_unknown53(); void o_cursorCommand(); void o_lights(); + void o_getObjectOwner(); void o_subtract(); }; |