summaryrefslogtreecommitdiffstats
path: root/src/joystick.cpp
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-22 17:10:02 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-22 17:10:02 +0100
commit0d38773350f8e74b077895bc54560677f66c845e (patch)
tree0b5e78fcc2cc4c86b1072e4f0386043abf9f59c4 /src/joystick.cpp
parent5ae68dbecf5626f628eb7cbb79537eb910e05c91 (diff)
downloadcolobot-0d38773350f8e74b077895bc54560677f66c845e.tar.gz
colobot-0d38773350f8e74b077895bc54560677f66c845e.tar.bz2
colobot-0d38773350f8e74b077895bc54560677f66c845e.zip
Comment fix + DIRECTINPUT_VERSION set.
Diffstat (limited to 'src/joystick.cpp')
-rw-r--r--src/joystick.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/joystick.cpp b/src/joystick.cpp
index 6839017..29be76f 100644
--- a/src/joystick.cpp
+++ b/src/joystick.cpp
@@ -12,9 +12,12 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// joystick.cpp
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// joystick.cpp
#define STRICT
+#define DIRECTINPUT_VERSION 0x0700
#include <windows.h>
#include <dinput.h>