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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h
index bfc4e2943..16e656497 100644
--- a/src/net/eathena/npchandler.h
+++ b/src/net/eathena/npchandler.h
@@ -99,6 +99,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
static void processArea(Net::MessageIn &msg);
static void processShowDigit(Net::MessageIn &msg);
+
+ static void processProgressBarAbort(Net::MessageIn &msg);
};
} // namespace EAthena