From 5a12a636be59ac1618f54816c012c496bcf4e3e3 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Sun, 9 Feb 2020 17:03:37 -0800 Subject: [PATCH] Make button aware of it's types --- button.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/button.h b/button.h index 43d6bef..74976b5 100644 --- a/button.h +++ b/button.h @@ -1,5 +1,7 @@ #pragma once +#include + struct Button { int x, y, w, h; unsigned int id;