sm64coopdx/src/game/level_info.h
Prince Frizzy 0fdd721241
Cleanup (#43)
* Rewrite a bit of get_level_name() and a bunch of cleanup.
2022-03-26 22:13:57 -07:00

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