mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
8 lines
167 B
C
8 lines
167 B
C
#ifndef LEVEL_INFO_H
|
|
#define LEVEL_INFO_H
|
|
|
|
#include <PR/ultratypes.h>
|
|
|
|
const char *get_level_name(s16 courseNum, s16 levelNum, s16 areaIndex);
|
|
|
|
#endif // LEVEL_INFO_H
|