mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 12:13:51 -05:00
7 lines
160 B
C
7 lines
160 B
C
#ifndef POKEHEARTGOLD_STRING_UTIL_H
|
|
#define POKEHEARTGOLD_STRING_UTIL_H
|
|
|
|
BOOL StringNotEqual(const u16 *a, const u16 *b);
|
|
|
|
#endif //POKEHEARTGOLD_STRING_UTIL_H
|