11 lines
252 B
C
11 lines
252 B
C
#ifndef GUARD_INTERNATIONAL_STRING_UTIL_H
|
|
#define GUARD_INTERNATIONAL_STRING_UTIL_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void sub_81DB52C(const u8 *src);
|
|
|
|
#endif //GUARD_INTERNATIONAL_STRING_UTIL_H
|