From 20ff981a16bee43e65b12a739e43194fb10b54da Mon Sep 17 00:00:00 2001 From: bomba1749 <58524643+bomba1749@users.noreply.github.com> Date: Thu, 29 Jun 2023 20:33:21 -0400 Subject: [PATCH] Add files via upload --- src/KingSystem/ActorSystem/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/KingSystem/ActorSystem/CMakeLists.txt b/src/KingSystem/ActorSystem/CMakeLists.txt index 79574c50..cffbda11 100644 --- a/src/KingSystem/ActorSystem/CMakeLists.txt +++ b/src/KingSystem/ActorSystem/CMakeLists.txt @@ -9,9 +9,11 @@ target_sources(uking PRIVATE Awareness/actAwarenessInstance.cpp Awareness/actAwarenessInstance.h + LOD/actLodState.cpp LOD/actLodState.h - + AS/ASList.h + AS/ASList.cpp Profiles/actPlayerBase.cpp Profiles/actPlayerBase.h Profiles/actRopeBase.cpp