summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/trade.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/trade.h b/include/trade.h
new file mode 100644
index 000000000..8966d7305
--- /dev/null
+++ b/include/trade.h
@@ -0,0 +1,12 @@
+//
+// Created by Scott Norton on 8/30/17.
+//
+
+#ifndef POKERUBY_TRADE_H
+#define POKERUBY_TRADE_H
+
+const u8 gOtherText_MaleSymbol3[1];
+const u8 gOtherText_FemaleSymbol3[1];
+const u8 gOtherText_GenderlessSymbol[1];
+
+#endif //POKERUBY_TRADE_H