Rename a few functions.
Currently there's conflicts between the names in the C code, and the names the haxe compiler would expect for HL/C. This commit fixes those conflicts.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define LIME_SYSTEM_CFFI_H
|
||||
|
||||
|
||||
#define HL_NAME(n) hl_##n
|
||||
#define HL_NAME(n) lime_##n
|
||||
#include <hl.h>
|
||||
|
||||
typedef vdynamic hl_vdynamic;
|
||||
|
||||
Reference in New Issue
Block a user