small fix

This commit is contained in:
rjindael 2023-07-08 12:47:06 -07:00
parent db93ec782f
commit d7df9c2213
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 2 additions and 2 deletions

View File

@ -3,16 +3,16 @@ project(Engine)
add_library(Engine STATIC
Header/Helpers/Name.hpp
Header/Helpers/Strings.hpp
Header/App/Humanoid/Humanoid.hpp
Header/App/V8/DataModel/ForceField.hpp
Header/App/V8/Humanoid/Humanoid.hpp
Header/App/V8/World/World.hpp
Header/Network/GUID.hpp
Header/Rendering/Adorn.hpp
Source/Helpers/Name.cpp
Source/Helpers/Strings.cpp
Source/App/Humanoid/Humanoid.cpp
Source/App/V8/DataModel/ForceField.cpp
Source/App/V8/Humanoid/Humanoid.cpp
Source/App/V8/World/World.cpp
Source/Network/GUID.cpp
Source/Rendering/Adorn.cpp