Skip to content

Commit

Permalink
revert resourcetype_t decl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shorokhov committed Sep 19, 2022
1 parent e9d3e17 commit 68560ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reapi/include/cssdk/engine/custom.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Customization
// passed to pfnPlayerCustomization
// For automatic downloading.
enum resourcetype_t
typedef enum
{
t_sound = 0,
t_skin,
Expand All @@ -36,7 +36,8 @@ enum resourcetype_t
rt_unk,

rt_max
};
} resourcetype_t;


typedef struct
{
Expand Down

0 comments on commit 68560ba

Please sign in to comment.