marioparty4/include/game/board/tutorial.h
2024-02-07 17:24:15 -08:00

8 lines
121 B
C
Executable file

#ifndef _BOARD_TUTORIAL_H
#define _BOARD_TUTORIAL_H
#include "dolphin/types.h"
extern s8 boardTutorialUseItem;
#endif