diff options
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r-- | engines/mads/mads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h index 3152e84f25..e9da307bbf 100644 --- a/engines/mads/mads.h +++ b/engines/mads/mads.h @@ -116,6 +116,7 @@ public: uint32 getGameFeatures() const; int getRandomNumber(int maxNumber); + int hypotenuse(int xv, int yv); }; } // End of namespace MADS |