aboutsummaryrefslogtreecommitdiff
path: root/src/cr.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-15 17:35:06 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-15 17:35:06 -0300
commit3cc587ab8df80d42d9dab1a73a37701f565a3499 (patch)
treeea10cae94a9ef7a3c9b4080746a9697287e8991b /src/cr.hh
parent33464579f6b8b079597617593d2bb733e982db8f (diff)
downloadgame-3cc587ab8df80d42d9dab1a73a37701f565a3499.tar.gz
game-3cc587ab8df80d42d9dab1a73a37701f565a3499.zip
more work on `operate.cc`
Diffstat (limited to 'src/cr.hh')
-rw-r--r--src/cr.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cr.hh b/src/cr.hh
index a2206f4..32d0090 100644
--- a/src/cr.hh
+++ b/src/cr.hh
@@ -718,6 +718,9 @@ struct TPlayer: TCreature {
void SetOpenContainer(int ContainerNr, Object Con);
void RejectTrade(void);
Object InspectTrade(bool OwnOffer, int Position);
+ int CheckForMuting(void);
+ int RecordTalk(void);
+ int RecordMessage(uint32 Addressee);
// VIRTUAL FUNCTIONS
// =================