Pacman update (#2837)

This commit is contained in:
Totoo
2025-10-21 07:37:26 +02:00
committed by GitHub
parent 7041d507ca
commit 60a5222058
4 changed files with 169 additions and 55 deletions
+1
View File
@@ -26,6 +26,7 @@
void initialize(const standalone_application_api_t& api);
void on_event(const uint32_t& events);
bool on_key_event(uint8_t key_val);
void shutdown();
extern const standalone_application_api_t* _api;