Skip to content

Commit

Permalink
Refactor: Switched win32 joystick module to C++
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed May 3, 2012
1 parent da9fcaa commit f196a26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 655 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/engine.pro
Expand Up @@ -379,7 +379,7 @@ win32 {
win32/src/directinput.c \
win32/src/sys_console.c \
win32/src/sys_findfile.c \
win32/src/joystick.c \
win32/src/joystick_win32.cpp \
win32/src/mouse_win32.cpp

!deng_nodisplaymode: SOURCES += win32/src/displaymode_win32.cpp
Expand Down

0 comments on commit f196a26

Please sign in to comment.