From 911f57c63ec6de6fb5704c97130b65e676b2c16e Mon Sep 17 00:00:00 2001 From: quou Date: Wed, 2 Oct 2024 18:09:52 +1000 Subject: special button --- plat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plat.h') diff --git a/plat.h b/plat.h index 687106d..d684f97 100644 --- a/plat.h +++ b/plat.h @@ -53,6 +53,7 @@ typedef enum { btn_down, btn_shoot, btn_jump, + btn_special, btn_start, btn_count } Btn; -- cgit v1.2.3-54-g00ecf