1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00

Make button aware of it's types

This commit is contained in:
Reed Nightingale 2020-02-09 17:03:37 -08:00
parent 79a37620c2
commit 5a12a636be

@ -1,5 +1,7 @@
#pragma once
#include <stdint.h>
struct Button {
int x, y, w, h;
unsigned int id;