remove syntax of multiple scripts

This commit is contained in:
David Markowitz
2024-03-03 04:18:22 -08:00
parent 7d626dc31b
commit 9ac922bbaa
20 changed files with 97 additions and 206 deletions

View File

@@ -48,6 +48,7 @@ set(DGAME_DCOMPONENTS_SOURCES
"HavokVehiclePhysicsComponent.cpp"
"VendorComponent.cpp"
"MiniGameControlComponent.cpp"
"ScriptComponent.cpp"
)
add_library(dComponents STATIC ${DGAME_DCOMPONENTS_SOURCES})