13 lines
201 B
C
13 lines
201 B
C
#ifndef GUARD_STRINGS_H
|
|
#define GUARD_STRINGS_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
extern const u8 gText_FromSpace[];
|
|
|
|
#endif //GUARD_STRINGS_H
|