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:
parent
79a37620c2
commit
5a12a636be
2
button.h
2
button.h
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct Button {
|
||||
int x, y, w, h;
|
||||
unsigned int id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user