diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-14 04:47:08 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-14 04:47:08 -0300 |
| commit | 33464579f6b8b079597617593d2bb733e982db8f (patch) | |
| tree | b5da873ddd7d9cd382a4adc321594fdd68fac9bb /src/info.hh | |
| parent | 15b40c7915fca14e537534ae9ba03f3add965943 (diff) | |
| download | game-33464579f6b8b079597617593d2bb733e982db8f.tar.gz game-33464579f6b8b079597617593d2bb733e982db8f.zip | |
impl `Look` and `Talk`...
Diffstat (limited to 'src/info.hh')
| -rw-r--r-- | src/info.hh | 1 |
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); |
