mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 13:54:59 -05:00
8 lines
195 B
C
8 lines
195 B
C
#ifndef POKEHEARTGOLD_STRING_UTIL_H
|
|
#define POKEHEARTGOLD_STRING_UTIL_H
|
|
|
|
BOOL StringNotEqual(const u16 *a, const u16 *b);
|
|
void StringFillEOS(u16 *s, u32 n);
|
|
|
|
#endif //POKEHEARTGOLD_STRING_UTIL_H
|