summaryrefslogtreecommitdiff
path: root/csrc/land.h
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/land.h')
-rw-r--r--csrc/land.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/csrc/land.h b/csrc/land.h
index 215a414..33dd682 100644
--- a/csrc/land.h
+++ b/csrc/land.h
@@ -22,3 +22,6 @@ struct business_land
uint16_t house_price; // 0x24
uint32_t _; // 0x34
}; /* size is 0x38=56 */
+
+extern struct housing_land *hlands; // @0x498e84
+extern struct business_land *blands; // @0x498e88