mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +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
@@ -3,6 +3,9 @@
|
||||
|
||||
#include "vector.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
|
||||
// FUNCTION: LEGO1 0x10002870
|
||||
void Vector4::AddImpl(const float* p_value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user