From ebf33349a308032d1e0173fa6ce297b406ced5c7 Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Sun, 31 Dec 2023 15:34:53 +0100 Subject: [PATCH] Added EV_ClearInvItemReference declaration --- code/client/cl_uistd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/client/cl_uistd.h b/code/client/cl_uistd.h index dbfc4558..15a7afa3 100644 --- a/code/client/cl_uistd.h +++ b/code/client/cl_uistd.h @@ -37,6 +37,8 @@ typedef enum { L_STATBAR_HEADING_SPINNER } statbar_orientation_t; +extern Event EV_ClearInvItemReference; + class UIFakkLabel : public UILabel { protected: