aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 303dcfb7a1..e45edffef7 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -868,10 +868,13 @@ protected:
/* HE version 90 script opcodes */
void o90_dup();
- void o90_getLT();
- void o90_getGT();
+ void o90_min();
+ void o90_max();
void o90_sin();
void o90_cos();
+ void o90_sqrt();
+ void o90_atan2();
+ void o90_getSegmentAngle();
void o90_startLocalScript();
void o90_wizImageOps();
void o90_unknown25();