Compile fix
This commit is contained in:
@@ -3,6 +3,12 @@ package lime._backend.native;
|
||||
|
||||
import lime.system.CFFIPointer;
|
||||
|
||||
#if cpp
|
||||
import cpp.Float32;
|
||||
#else
|
||||
typedef Float32 = Float;
|
||||
#end
|
||||
|
||||
#if !macro
|
||||
@:build(lime.system.CFFI.build())
|
||||
#end
|
||||
@@ -561,11 +567,4 @@ class NativeCFFI {
|
||||
#end
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#if cpp
|
||||
import cpp.Float32;
|
||||
#else
|
||||
typedef Float32 = Float;
|
||||
#end
|
||||
}
|
||||
Reference in New Issue
Block a user