summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2007-06-04 18:34:51 +0000
committerSimon Howard2007-06-04 18:34:51 +0000
commitc6ec23508a90ad2888dd09b9ad8c5e62cf69e76a (patch)
treeb2e77e8f6062e5cad89bad5351db5dc672eee770 /setup
parentef6f989d0afa53f61bcc4d1b842b9d7f11df836b (diff)
downloadchocolate-doom-c6ec23508a90ad2888dd09b9ad8c5e62cf69e76a.tar.gz
chocolate-doom-c6ec23508a90ad2888dd09b9ad8c5e62cf69e76a.tar.bz2
chocolate-doom-c6ec23508a90ad2888dd09b9ad8c5e62cf69e76a.zip
Oops!
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 894
Diffstat (limited to 'setup')
-rw-r--r--setup/txt_joybinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/txt_joybinput.h b/setup/txt_joybinput.h
index 9a3b9c46..b2920b88 100644
--- a/setup/txt_joybinput.h
+++ b/setup/txt_joybinput.h
@@ -25,6 +25,7 @@
typedef struct txt_joystick_input_s txt_joystick_input_t;
#include "txt_widget.h"
+#include "txt_window.h"
//
// A joystick input is like an input box. When selected, a box pops up
@@ -35,6 +36,7 @@ struct txt_joystick_input_s
{
txt_widget_t widget;
int *variable;
+ txt_window_t *prompt_window;
};
txt_joystick_input_t *TXT_NewJoystickInput(int *variable);