aboutsummaryrefslogtreecommitdiff
path: root/src/cr.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-16 01:30:08 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-16 01:30:08 -0300
commit0612480d9beb19b9e90b3a4f1198b3da1fd21f6a (patch)
treee5d3a525cc395393f450a18194f0b6f5390273ff /src/cr.hh
parent5bdedeecea69a5892e3ce8854e85f78537cf7ca4 (diff)
downloadgame-0612480d9beb19b9e90b3a4f1198b3da1fd21f6a.tar.gz
game-0612480d9beb19b9e90b3a4f1198b3da1fd21f6a.zip
party functions
Diffstat (limited to 'src/cr.hh')
-rw-r--r--src/cr.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cr.hh b/src/cr.hh
index 32d0090..0c7d373 100644
--- a/src/cr.hh
+++ b/src/cr.hh
@@ -702,6 +702,8 @@ struct TPlayer: TCreature {
int GetQuestValue(int Number);
void SetQuestValue(int Number, int Value);
+ void JoinParty(uint32 Leader);
+ void LeaveParty(void);
uint32 GetPartyLeader(bool CheckFormer);
bool SpellKnown(int SpellNr);