summaryrefslogtreecommitdiff
path: root/include/trade.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trade.h')
-rw-r--r--include/trade.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/trade.h b/include/trade.h
new file mode 100644
index 000000000..a4f05e8ed
--- /dev/null
+++ b/include/trade.h
@@ -0,0 +1,18 @@
+#ifndef GUARD_TRADE_H
+#define GUARD_TRADE_H
+
+struct SomeTradeStruct
+{
+ u8 unk0;
+ u8 unk1;
+ u8 unk2;
+ u8 unk3;
+ struct Window field_4;
+ u8 field_34;
+};
+
+extern struct SomeTradeStruct* gUnknown_03004828;
+
+void sub_804E22C(void);
+
+#endif // GUARD_TRADE_H