diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-15 13:07:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-15 13:07:07 -0600 |
commit | 1ca3656d74faf8565e0f61b31a1cd3ab22a44706 (patch) | |
tree | 3e21dae724a02260e6c2dc030e35b93dba5fa26a /include/strings.h | |
parent | d10ffe6dbadceccec3e9688e772771f34a63446f (diff) |
Decompile contest_painting.c (#447)
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index f0df4bdec..c780a80b4 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1226,6 +1226,7 @@ extern const u8 gText_SpaceAndSpace[]; extern const u8 gText_CommaSpace[]; extern const u8 gText_NewLine[]; extern const u8 gText_ScrollTextUp[]; +extern const u8 gText_Space[]; extern const u8 gText_Space2[]; extern const u8 gText_Are[]; extern const u8 gText_Are2[]; |