summaryrefslogtreecommitdiffstats
path: root/src/render/Font.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-02-11 11:31:13 +0100
committerGitHub <noreply@github.com>2021-02-11 11:31:13 +0100
commit9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9 (patch)
tree238dbe95beaf7b48e44fb814389ec71abce943fc /src/render/Font.h
parentFix crash when falling from bike while shooting (diff)
parentMore fixes (diff)
downloadre3-9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9.tar
re3-9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9.tar.gz
re3-9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9.tar.bz2
re3-9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9.tar.lz
re3-9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9.tar.xz
re3-9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9.tar.zst
re3-9d8e32d9b2eb774f82825069e0c05ad47ce1ebe9.zip
Diffstat (limited to 'src/render/Font.h')
-rw-r--r--src/render/Font.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/render/Font.h b/src/render/Font.h
index 57f1814d..b0cd0a27 100644
--- a/src/render/Font.h
+++ b/src/render/Font.h
@@ -111,6 +111,8 @@ enum
BUTTON_R1,
BUTTON_R2,
BUTTON_R3,
+ BUTTON_RSTICK_UP,
+ BUTTON_RSTICK_DOWN,
BUTTON_RSTICK_LEFT,
BUTTON_RSTICK_RIGHT,
MAX_BUTTON_ICONS
@@ -137,7 +139,8 @@ public:
static int32 ButtonsSlot;
static CSprite2d ButtonSprite[MAX_BUTTON_ICONS];
static int PS2Symbol;
-
+
+ static void LoadButtons(const char *txdPath);
static void DrawButton(float x, float y);
#endif // BUTTON_ICONS