diff options
Diffstat (limited to 'simon/simon.h')
| -rw-r--r-- | simon/simon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h index 5ee7ff9514..457fb4616f 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -767,6 +767,8 @@ protected: void vc_write_var(uint var, int16 value); void vc_skip_next_instruction(); + int getScale(int y, int x); + bool itemIsSiblingOf(uint16 val); bool itemIsParentOf(uint16 a, uint16 b); bool vc_maybe_skip_proc_1(uint16 a, int16 b); |
