aboutsummaryrefslogtreecommitdiff
path: root/Source/Pad.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-12-26 22:18:37 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2017-12-26 22:18:37 +0100
commit4eaa6c091f97ca3455b2ae48a5f68867c0f7768e (patch)
tree79ae89ae5b7399c774ae6fcb792c109a725e1af8 /Source/Pad.h
parentf06d582d63b1f91e48ecb17a11987217144c5c79 (diff)
downloadairport-4eaa6c091f97ca3455b2ae48a5f68867c0f7768e.tar.gz
* Slight optimization: all comparations against true are now compared against != false.
+ Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
Diffstat (limited to 'Source/Pad.h')
-rw-r--r--Source/Pad.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Pad.h b/Source/Pad.h
index c09ec9d..8ef04eb 100644
--- a/Source/Pad.h
+++ b/Source/Pad.h
@@ -1,5 +1,5 @@
-#ifndef __PAD_HEADER__
-#define __PAD_HEADER__
+#ifndef PAD_HEADER__
+#define PAD_HEADER__
/* *************************************
* Includes
@@ -68,4 +68,4 @@ unsigned short* PadGetPlayerOneCheatArray(void);
// Experimental (to be removed)
unsigned short* PadOneGetAddress(void);
-#endif //__PAD_HEADER__
+#endif //PAD_HEADER__