summaryrefslogtreecommitdiff
path: root/Pad.cpp
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-09-08 18:39:22 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-09-08 18:39:22 +0200
commit786dccd2bc0946d48b8a2758ef2c607678bc8dd9 (patch)
tree47952d77e5646a993671134b50c16f32ebe35b1c /Pad.cpp
parent72d350a37aa67936361ac8a374472b7e0227da61 (diff)
downloadpocketempires-786dccd2bc0946d48b8a2758ef2c607678bc8dd9.tar.gz
Removed Building and GameStructures modules. Restructured SW for Unit and Player, still a lot TODO
Diffstat (limited to 'Pad.cpp')
-rw-r--r--Pad.cpp4
1 files changed, 2 insertions, 2 deletions
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);