Finish replacement of joystick by joypad

Some parts were forgotten in 547a577.
This commit is contained in:
Rémi Verschelde 2017-01-08 21:29:57 +01:00
parent c2310b41fa
commit 5bfa4227b3
17 changed files with 17 additions and 15 deletions

View file

@ -11,7 +11,7 @@ common_win = [
"tcp_server_winsock.cpp",
"packet_peer_udp_winsock.cpp",
"stream_peer_winsock.cpp",
"joystick.cpp",
"joypad.cpp",
]
restarget = "godot_res" + env["OBJSUFFIX"]