diff options
Diffstat (limited to 'engines/sci/engine/workarounds.h')
| -rw-r--r-- | engines/sci/engine/workarounds.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/sci/engine/workarounds.h b/engines/sci/engine/workarounds.h index b2852db150..8a3edb6246 100644 --- a/engines/sci/engine/workarounds.h +++ b/engines/sci/engine/workarounds.h @@ -71,6 +71,7 @@ struct SciWorkaroundEntry {  extern const SciWorkaroundEntry opcodeDivWorkarounds[];  extern const SciWorkaroundEntry opcodeDptoaWorkarounds[];  extern const SciWorkaroundEntry opcodeGeWorkarounds[]; +extern const SciWorkaroundEntry opcodeMulWorkarounds[];  extern const SciWorkaroundEntry opcodeOrWorkarounds[];  extern const SciWorkaroundEntry uninitializedReadWorkarounds[];  extern const SciWorkaroundEntry kAbs_workarounds[]; | 
