Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
163 B
8 lines
163 B
#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 */
|
|
|