mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-07 16:42:36 +00:00
10 lines
186 B
C
10 lines
186 B
C
#ifndef LEVEL_SELECT_MENU_H
|
|
#define LEVEL_SELECT_MENU_H
|
|
|
|
#include <PR/ultratypes.h>
|
|
|
|
#include "macros.h"
|
|
|
|
s32 lvl_intro_update(s16 arg1, UNUSED s32 arg2);
|
|
|
|
#endif // LEVEL_SELECT_MENU_H
|