diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2022-04-06 23:23:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-06 23:23:21 -0400 |
| commit | afa14ff392098bd512dff2b2baa2ef999bbd0ac8 (patch) | |
| tree | 37385a8c34cfe42c15cabe2e1ab5ebc433a55891 /ZAPD/ZResource.cpp | |
| parent | efae567d3917afa341bd843ba185b3bd66d57429 (diff) | |
add collision poly (#246)
Diffstat (limited to 'ZAPD/ZResource.cpp')
| -rw-r--r-- | ZAPD/ZResource.cpp | 5 |
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"; |
