mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
Fixed builtin type names for -dumpast command line option
This commit is contained in:
parent
4557f751c8
commit
ce3c397ec7
1 changed files with 4 additions and 2 deletions
|
@ -48,17 +48,19 @@ static const char *BuiltInTypeNames[] =
|
|||
"intauto",
|
||||
|
||||
"bool",
|
||||
"float32", "float64", "floatauto",
|
||||
"float64", "floatauto",
|
||||
"string",
|
||||
"vector2",
|
||||
"vector3",
|
||||
"name",
|
||||
|
||||
"color",
|
||||
"state",
|
||||
"sound",
|
||||
|
||||
"usertype",
|
||||
|
||||
"nativetype",
|
||||
"let",
|
||||
};
|
||||
|
||||
class FLispString
|
||||
|
|
Loading…
Reference in a new issue