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:
Apprentice-Alchemist
2022-01-24 22:31:57 +01:00
parent a3b3d8593f
commit c394aea8f1
10 changed files with 2445 additions and 2445 deletions

View File

@@ -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;