summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resLoadRequest.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-09-24 19:12:07 +0200
committerLéo Lam <leo@leolam.fr>2020-09-24 19:48:36 +0200
commit7d51cbac51e2b70aff47268131c6fdfad13bfc57 (patch)
treebdf55c299fb5d57e19c0ac83ce81eb1705e8030f /src/KingSystem/Resource/resLoadRequest.cpp
parent36188d30d9268a7b7569ec9be227a1d4b16046af (diff)
ksys/res: Add more LoadRequest classes
Diffstat (limited to 'src/KingSystem/Resource/resLoadRequest.cpp')
-rw-r--r--src/KingSystem/Resource/resLoadRequest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KingSystem/Resource/resLoadRequest.cpp b/src/KingSystem/Resource/resLoadRequest.cpp
index f2ff8a14..e8e2181f 100644
--- a/src/KingSystem/Resource/resLoadRequest.cpp
+++ b/src/KingSystem/Resource/resLoadRequest.cpp
@@ -13,4 +13,8 @@ LoadRequest::LoadRequest(s32 load_data_alignment, u32 arg_c, bool arg_20)
_c = arg_c;
}
+SimpleLoadRequest::SimpleLoadRequest() = default;
+
+SimplePackedLoadRequest::SimplePackedLoadRequest() = default;
+
} // namespace ksys::res