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 changed files with 2 additions and 0 deletions

View File

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