mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-22 01:35:35 -05:00
7 lines
156 B
C
7 lines
156 B
C
#ifndef PMDSKY_GET_CATEGORY_STRING_H
|
|
#define PMDSKY_GET_CATEGORY_STRING_H
|
|
|
|
u8 *GetCategoryString(s32 id);
|
|
|
|
#endif /* ifndef PMDSKY_GET_CATEGORY_STRING_H */
|