summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r--src/net/eathena/npchandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h
index eadba2a13..90f9627c9 100644
--- a/src/net/eathena/npchandler.h
+++ b/src/net/eathena/npchandler.h
@@ -67,9 +67,12 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
int getNpc(Net::MessageIn &msg) override final;
+ protected:
static void processNpcCutin(Net::MessageIn &msg);
static void processNpcViewPoint(Net::MessageIn &msg);
+
+ void processNpcShowProgressBar(Net::MessageIn &msg) const;
};
} // namespace EAthena