9 lines
163 B
C
9 lines
163 B
C
#ifndef _LEVEL_SELECT_MENU_H
|
|
#define _LEVEL_SELECT_MENU_H
|
|
|
|
#include "types.h"
|
|
|
|
extern s32 lvl_intro_update(s16 arg1, s32 arg2);
|
|
|
|
#endif /* _LEVEL_SELECT_MENU_H */
|