mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-15 05:16:58 +01:00
added another keyword conversion case to support raygui generation
This commit is contained in:
parent
fe7f9d32e3
commit
ab712e871e
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ namespace RaylibBeefGenerator
|
|||
input = ReplaceWholeWord(input, "box", "@box");
|
||||
input = ReplaceWholeWord(input, "params", "@params");
|
||||
input = ReplaceWholeWord(input, "readonly", "@readonly");
|
||||
input = ReplaceWholeWord(input, "checked", "@checked");
|
||||
|
||||
return input;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue