mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-17 02:27:38 -05:00
7 lines
209 B
C
7 lines
209 B
C
#ifndef POKEPLATINUM_GBA_CONVERT_STRING_H
|
|
#define POKEPLATINUM_GBA_CONVERT_STRING_H
|
|
|
|
BOOL GBA_ConvertStringToDS(const u8 *src, u16 *dst, u32 length, u32 language);
|
|
|
|
#endif // POKEPLATINUM_GBA_CONVERT_STRING_H
|