mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
9 lines
206 B
C
9 lines
206 B
C
#ifndef GUARD_STATUS_STRINGS_H
|
|
#define GUARD_STATUS_STRINGS_H
|
|
|
|
#include "structs/str_status_text.h"
|
|
|
|
s32 PrepareStatusStringArrays(const char *str, STATUSTEXTS(statuses));
|
|
|
|
#endif // GUARD_STATUS_STRINGS_H
|