From 3d8a9c1efe15ad84bfca78a5a08a02489d8ed98c Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:09:54 -0400 Subject: [PATCH] Second round of fixes (#13) * reorder enum to make LUS happy * remove lines --- ZAPD/ZResource.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ZAPD/ZResource.h b/ZAPD/ZResource.h index ac8f266..72fc67e 100644 --- a/ZAPD/ZResource.h +++ b/ZAPD/ZResource.h @@ -26,14 +26,12 @@ class ZFile; enum class ZResourceType { Error, - ActorList, Animation, Array, AltHeader, Background, Blob, CollisionHeader, - CollisionPoly, Cutscene, DisplayList, Limb, @@ -41,23 +39,25 @@ enum class ZResourceType Mtx, Path, PlayerAnimationData, - Pointer, Room, RoomCommand, Scalar, Scene, Skeleton, String, - SurfaceType, Symbol, Texture, TextureAnimation, TextureAnimationParams, Vector, Vertex, + Audio, + ActorList, + CollisionPoly, + Pointer, + SurfaceType, Waterbox, Text, - Audio, }; class ResourceAttribute