From 786dccd2bc0946d48b8a2758ef2c607678bc8dd9 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 8 Sep 2017 18:39:22 +0200 Subject: Removed Building and GameStructures modules. Restructured SW for Unit and Player, still a lot TODO --- Pad.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Pad.cpp') diff --git a/Pad.cpp b/Pad.cpp index 15a9092..6c3685d 100644 --- a/Pad.cpp +++ b/Pad.cpp @@ -7,11 +7,11 @@ /* ************************************* * Defines * *************************************/ - + /* ************************************* * Structs and enums * *************************************/ - + bool PadButtonReleased(PAD_BUTTONS btn) { return gb.buttons.released(btn); -- cgit v1.2.3