aboutsummaryrefslogtreecommitdiff
path: root/Source/GameStructures.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/GameStructures.h')
-rw-r--r--Source/GameStructures.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/GameStructures.h b/Source/GameStructures.h
index 1eff166..7d271ed 100644
--- a/Source/GameStructures.h
+++ b/Source/GameStructures.h
@@ -214,10 +214,10 @@ typedef struct
uint16_t NextAircraftTime;
// Pad callbacks.
- bool (*PadKeyPressed_Callback)(unsigned short);
- bool (*PadKeyReleased_Callback)(unsigned short);
- bool (*PadKeySinglePress_Callback)(unsigned short);
- bool (*PadDirectionKeyPressed_Callback)(void);
+ bool (*const PadKeyPressed_Callback)(unsigned short);
+ bool (*const PadKeyReleased_Callback)(unsigned short);
+ bool (*const PadKeySinglePress_Callback)(unsigned short);
+ bool (*const PadDirectionKeyPressed_Callback)(void);
unsigned short (*PadLastKeySinglePressed_Callback)(void);
}TYPE_PLAYER;