Skip to content

Commit eca58f9

Browse files
committed
consolidate player_types and player_extras into one file
This should provide users a more straightforward editing experience.
1 parent 62e0a71 commit eca58f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/z64player.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ typedef s32 (*PlayerFunc82C)(struct Player*, struct PlayState*);
463463
typedef void (*PlayerFuncA74)(struct PlayState*, struct Player*);
464464

465465
#if Z64ROM_VERSION >= 1007000
466-
# include <player_types.h>
466+
# define Z64ROM_WANT_PLAYER_EXTRAS_TYPES_H
467+
# include <player_extras.h>
467468
#endif
468469

469470
typedef struct Player {

0 commit comments

Comments
 (0)