mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-01 01:00:09 -05:00
7 lines
207 B
C
7 lines
207 B
C
#ifndef POKEPLATINUM_GBA_CONVERT_STRING_H
|
|
#define POKEPLATINUM_GBA_CONVERT_STRING_H
|
|
|
|
BOOL GBAStringToDSString(const u8 *src, u16 *dst, u32 length, u32 language);
|
|
|
|
#endif // POKEPLATINUM_GBA_CONVERT_STRING_H
|