mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Fix complaints about functions that could not be found
This commit is contained in:
parent
5741f2fb26
commit
5749d1eabe
@ -62,7 +62,7 @@ typedef signed long long s64; ///< 64-bit signed int
|
||||
typedef float f32; ///< 32-bit floating point
|
||||
typedef double f64; ///< 64-bit floating point
|
||||
|
||||
#include "common/swap.h"
|
||||
#include "common/common.h"
|
||||
|
||||
/// Union for fast 16-bit type casting
|
||||
union t16 {
|
||||
|
Loading…
Reference in New Issue
Block a user