summaryrefslogtreecommitdiff
path: root/csrc/stock.h
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/stock.h')
-rw-r--r--csrc/stock.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/csrc/stock.h b/csrc/stock.h
new file mode 100644
index 0000000..3ea1a29
--- /dev/null
+++ b/csrc/stock.h
@@ -0,0 +1,20 @@
+#include <stdint.h>
+
+typedef struct
+{
+ const char * name_ptr;
+ uint16_t f4;
+ uint8_t f6;
+ uint8_t f7;
+ uint16_t f8;
+ uint16_t f10;
+ float f12;
+ float f16;
+ float f20;
+ float f24;
+ float f28;
+ uint32_t f32;
+} stock_info;
+
+extern stock_info stocks[]; /* 0x496980 */
+extern stock_info game_stocks[]; /* 0x47f072 */