Skip to content

Commit

Permalink
Second round of fixes (#13)
Browse files Browse the repository at this point in the history
* reorder enum to make LUS happy

* remove lines
  • Loading branch information
louist103 authored Oct 21, 2023
1 parent c99878e commit 3d8a9c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ZAPD/ZResource.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,38 @@ class ZFile;
enum class ZResourceType
{
Error,
ActorList,
Animation,
Array,
AltHeader,
Background,
Blob,
CollisionHeader,
CollisionPoly,
Cutscene,
DisplayList,
Limb,
LimbTable,
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
Expand Down

0 comments on commit 3d8a9c1

Please sign in to comment.