aboutsummaryrefslogtreecommitdiff
path: root/src/info.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.hh')
-rw-r--r--src/info.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/info.hh b/src/info.hh
index 0a7f919..863c500 100644
--- a/src/info.hh
+++ b/src/info.hh
@@ -15,6 +15,7 @@ enum HouseList: uint8 {
const char *GetLiquidName(int LiquidType);
uint8 GetLiquidColor(int LiquidType);
const char *GetName(Object Obj);
+const char *GetInfo(Object Obj);
int GetWeight(Object Obj, int Count);
int GetCompleteWeight(Object Obj);
int GetRowWeight(Object Obj);