From 33464579f6b8b079597617593d2bb733e982db8f Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 14 Jun 2025 04:47:08 -0300 Subject: impl `Look` and `Talk`... --- src/info.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/info.hh') 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); -- cgit v1.2.3