mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-06-14 09:24:11 +02:00
int -> int32
This commit is contained in:
parent
cae4f21354
commit
9bef8e81dc
26 changed files with 463 additions and 463 deletions
|
@ -300,8 +300,8 @@ namespace RaylibBeefGenerator
|
|||
input = ReplaceWholeWord(input, "long", "int32");
|
||||
input = ReplaceWholeWord(input, "va_list", "void*");
|
||||
input = ReplaceWholeWord(input, "short", "uint16");
|
||||
input = ReplaceWholeWord(input, "int", "int");
|
||||
input = ReplaceWholeWord(input, "INT", "int");
|
||||
input = ReplaceWholeWord(input, "int", "int32");
|
||||
input = ReplaceWholeWord(input, "INT", "int32");
|
||||
input = ReplaceWholeWord(input, "STRING", "char8*");
|
||||
input = ReplaceWholeWord(input, "FLOAT", "float");
|
||||
input = ReplaceWholeWord(input, "FLOAT_MATH", "float");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue