summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/international_string_util.h11
-rw-r--r--include/strings.h12
2 files changed, 23 insertions, 0 deletions
diff --git a/include/international_string_util.h b/include/international_string_util.h
new file mode 100644
index 000000000..4adc21224
--- /dev/null
+++ b/include/international_string_util.h
@@ -0,0 +1,11 @@
+#ifndef GUARD_INTERNATIONAL_STRING_UTIL_H
+#define GUARD_INTERNATIONAL_STRING_UTIL_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+void sub_81DB52C(const u8 *src);
+
+#endif //GUARD_INTERNATIONAL_STRING_UTIL_H
diff --git a/include/strings.h b/include/strings.h
new file mode 100644
index 000000000..68e5c9d35
--- /dev/null
+++ b/include/strings.h
@@ -0,0 +1,12 @@
+#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