summaryrefslogtreecommitdiff
path: root/ZAPD/ZRoom
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-10-30 23:58:58 -0400
committerlouist103 <35883445+louist103@users.noreply.github.com>2023-10-30 23:58:58 -0400
commita6f79dd6419d6107d934d5333a06f8fedf02f7db (patch)
tree200d7e59ba62f478f8e7fc619f84db3112c65711 /ZAPD/ZRoom
parent5934e4e0772eb910536e566728e14d3537d8e412 (diff)
fixes for build
Diffstat (limited to 'ZAPD/ZRoom')
-rw-r--r--ZAPD/ZRoom/Commands/SetCutsceneEntryList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/ZRoom/Commands/SetCutsceneEntryList.h b/ZAPD/ZRoom/Commands/SetCutsceneEntryList.h
index 6ba6c23..df1e751 100644
--- a/ZAPD/ZRoom/Commands/SetCutsceneEntryList.h
+++ b/ZAPD/ZRoom/Commands/SetCutsceneEntryList.h
@@ -4,7 +4,7 @@
class CutsceneEntry
{
-protected:
+public:
int16_t priority;
int16_t length;
int16_t csCamId;
@@ -16,7 +16,7 @@ protected:
uint8_t endCam;
uint8_t letterboxSize;
-public:
+
CutsceneEntry(const std::vector<uint8_t>& rawData, uint32_t rawDataIndex);
std::string GetBodySourceCode() const;