From 14d9dce68ae1c0ce52ce9afefa848379d3ea8e3e Mon Sep 17 00:00:00 2001 From: zsccat Date: Thu, 4 Jun 2020 12:59:40 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'source-code/source/plugin?= =?UTF-8?q?s/TLAC/Input/DirectInput/GuState.cpp'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/TLAC/Input/DirectInput/GuState.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 source-code/source/plugins/TLAC/Input/DirectInput/GuState.cpp diff --git a/source-code/source/plugins/TLAC/Input/DirectInput/GuState.cpp b/source-code/source/plugins/TLAC/Input/DirectInput/GuState.cpp deleted file mode 100644 index cc60409..0000000 --- a/source-code/source/plugins/TLAC/Input/DirectInput/GuState.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "GuState.h" - -namespace TLAC::Input -{ - GuJoystick::GuJoystick() : XAxis(0.0f), YAxis(0.0f) - { - return; - }; - - GuJoystick::GuJoystick(float xAxis, float yAxis) : XAxis(xAxis), YAxis(yAxis) - { - return; - }; -} \ No newline at end of file