From 950bc8a1a239829864600b82e40d801514fca709 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 5 Apr 2015 23:11:16 -0500 Subject: Add Bitmasked Quest Log --- src/map/pc.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/pc.hpp') diff --git a/src/map/pc.hpp b/src/map/pc.hpp index 14829d1..6c0803f 100644 --- a/src/map/pc.hpp +++ b/src/map/pc.hpp @@ -28,6 +28,7 @@ #include "../mmo/clif.t.hpp" #include "map.hpp" +#include "quest.hpp" namespace tmwa @@ -146,6 +147,8 @@ int pc_readreg(dumb_ptr, SIR); void pc_setreg(dumb_ptr, SIR, int); ZString pc_readregstr(dumb_ptr sd, SIR reg); void pc_setregstr(dumb_ptr sd, SIR reg, RString str); +void update_quest(dumb_ptr sd, VarName quest_var, int value); +void update_allquest(dumb_ptr sd); int pc_readglobalreg(dumb_ptr, VarName ); int pc_setglobalreg(dumb_ptr, VarName , int); int pc_readaccountreg(dumb_ptr, VarName ); -- cgit v1.2.3-60-g2f50