aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/module_mod_xm_s3m.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mods/module_mod_xm_s3m.h')
-rw-r--r--audio/mods/module_mod_xm_s3m.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mods/module_mod_xm_s3m.h b/audio/mods/module_mod_xm_s3m.h
index d92ac6679c..b4c984ad05 100644
--- a/audio/mods/module_mod_xm_s3m.h
+++ b/audio/mods/module_mod_xm_s3m.h
@@ -155,8 +155,8 @@ public:
bool load(Common::SeekableReadStream &stream);
// math functions
- static int log2(int x);
- static int exp2(int x);
+ static int moduleLog2(int x);
+ static int moduleExp2(int x);
private:
bool loadMod(Common::SeekableReadStream &stream);