Skip to content

Commit

Permalink
Rename a few functions.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Apprentice-Alchemist committed Apr 28, 2022
1 parent a3b3d85 commit c394aea
Show file tree
Hide file tree
Showing 10 changed files with 2,445 additions and 2,445 deletions.
2 changes: 1 addition & 1 deletion project/include/system/CFFI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit c394aea

Please sign in to comment.