8 lines
121 B
C
Executable file
8 lines
121 B
C
Executable file
#ifndef _BOARD_TUTORIAL_H
|
|
#define _BOARD_TUTORIAL_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
extern s8 boardTutorialUseItem;
|
|
|
|
#endif
|