mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- renamed thingdef_expression to codegen. Eventually this needs to be split up into smaller units because the file is already quite large and there's still a lot to add here.
This commit is contained in:
parent
d8a8b59006
commit
f86e64e712
3 changed files with 1 additions and 1 deletions
|
@ -1247,7 +1247,7 @@ set (PCH_SOURCES
|
|||
scripting/thingdef.cpp
|
||||
scripting/thingdef_data.cpp
|
||||
scripting/thingdef_properties.cpp
|
||||
scripting/codegeneration/thingdef_expression.cpp
|
||||
scripting/codegeneration/codegen.cpp
|
||||
scripting/decorate/olddecorations.cpp
|
||||
scripting/decorate/thingdef_exp.cpp
|
||||
scripting/decorate/thingdef_parse.cpp
|
||||
|
|
Loading…
Reference in a new issue