mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Use COMPAT_MODE
to fix inline function not defined warnings on modern compilers (#1315)
* Use `COMPAT_MODE` to fix inline function not defined * Fix
This commit is contained in:

committed by
GitHub

parent
8026025fbd
commit
646ee0d70a
@@ -52,4 +52,8 @@ public:
|
||||
const float* operator[](int idx) const { return m_data[idx]; }
|
||||
};
|
||||
|
||||
#ifdef COMPAT_MODE
|
||||
#include "matrix4d.inl.h"
|
||||
#endif
|
||||
|
||||
#endif // MATRIX_H
|
||||
|
Reference in New Issue
Block a user