mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-10 16:07:36 -05:00
9 lines
145 B
C
9 lines
145 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "button.h"
|
|
|
|
extern const Button* const* mainMenuButtons;
|
|
extern const uint8_t MAIN_MENU_NUM_BUTTONS;
|