summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActor.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-12-31 18:54:37 +0100
committerLéo Lam <leo@leolam.fr>2021-01-01 17:29:34 +0100
commitcb19f53a488878012a085d751a9d33bc281afe91 (patch)
treedcc671e611cbdbb895371f2621b7137528e51125 /src/KingSystem/ActorSystem/actActor.cpp
parent3f9172043ca4af76940e72653193c0948ffcc192 (diff)
Implement some commonly used ActorConstDataAccess functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actActor.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actActor.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActor.cpp b/src/KingSystem/ActorSystem/actActor.cpp
new file mode 100644
index 00000000..ec5da1c3
--- /dev/null
+++ b/src/KingSystem/ActorSystem/actActor.cpp
@@ -0,0 +1,10 @@
+#include "KingSystem/ActorSystem/actActor.h"
+#include "KingSystem/ActorSystem/actActorParam.h"
+
+namespace ksys::act {
+
+const sead::SafeString& Actor::getProfile() const {
+ return mActorParam->getProfile();
+}
+
+} // namespace ksys::act