diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-20 20:09:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-20 20:09:54 -0400 |
| commit | 3d8a9c1efe15ad84bfca78a5a08a02489d8ed98c (patch) | |
| tree | 1f47c3276998d566331960b5ea13c2e0a4cb2d16 | |
| parent | c99878e642be7068626fe40071d2ba52561e8c77 (diff) | |
Second round of fixes (#13)
* reorder enum to make LUS happy
* remove lines
| -rw-r--r-- | ZAPD/ZResource.h | 10 |
1 files 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 |
