aboutsummaryrefslogtreecommitdiff
path: root/src/pad/sdl-1.2/inc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-02-24 17:55:57 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-30 08:20:21 +0200
commit9eee43d3bb24000077602a62dfdfeee2606f1589 (patch)
tree0e5f8efef62b068e252fe9c98c14fec723e0a7a3 /src/pad/sdl-1.2/inc
parent18717569acda82b26099c62410df3b398d596ba1 (diff)
downloadrts-9eee43d3bb24000077602a62dfdfeee2606f1589.tar.gz
Add support for keyboard and mouse
Diffstat (limited to 'src/pad/sdl-1.2/inc')
-rw-r--r--src/pad/sdl-1.2/inc/pad/port.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pad/sdl-1.2/inc/pad/port.h b/src/pad/sdl-1.2/inc/pad/port.h
index b6ae85a..8334b6a 100644
--- a/src/pad/sdl-1.2/inc/pad/port.h
+++ b/src/pad/sdl-1.2/inc/pad/port.h
@@ -1,8 +1,6 @@
#ifndef PAD_SDL_1_2_H
#define PAD_SDL_1_2_H
-#include <stdbool.h>
-
#ifdef __cplusplus
extern "C"
{
@@ -10,7 +8,7 @@ extern "C"
struct pad_port
{
- bool exit;
+ int dummy;
};
#ifdef __cplusplus