summaryrefslogtreecommitdiff
path: root/ZAPD/ZResource.cpp
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2022-04-06 23:23:21 -0400
committerGitHub <noreply@github.com>2022-04-06 23:23:21 -0400
commitafa14ff392098bd512dff2b2baa2ef999bbd0ac8 (patch)
tree37385a8c34cfe42c15cabe2e1ab5ebc433a55891 /ZAPD/ZResource.cpp
parentefae567d3917afa341bd843ba185b3bd66d57429 (diff)
add collision poly (#246)
Diffstat (limited to 'ZAPD/ZResource.cpp')
-rw-r--r--ZAPD/ZResource.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ZAPD/ZResource.cpp b/ZAPD/ZResource.cpp
index 2dfe6d5..8825cc9 100644
--- a/ZAPD/ZResource.cpp
+++ b/ZAPD/ZResource.cpp
@@ -247,6 +247,11 @@ offset_t ZResource::GetRawDataIndex() const
return rawDataIndex;
}
+void ZResource::SetRawDataIndex(offset_t nRawDataIndex)
+{
+ rawDataIndex = nRawDataIndex;
+}
+
std::string ZResource::GetBodySourceCode() const
{
return "ERROR";