diff options
Diffstat (limited to 'src/00_Core/Player/TouchGesture.cpp')
| -rw-r--r-- | src/00_Core/Player/TouchGesture.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/00_Core/Player/TouchGesture.cpp b/src/00_Core/Player/TouchGesture.cpp new file mode 100644 index 00000000..83879415 --- /dev/null +++ b/src/00_Core/Player/TouchGesture.cpp @@ -0,0 +1,13 @@ +#include "Player/TouchGesture.hpp" + +#ifdef STUBS + +TouchGesture::TouchGesture() {} +void TouchGesture::ResetTouchHistory() {} +void TouchGesture::Update(void *param1) {} +TouchGesture::~TouchGesture() {} + +void TouchGestureBase::ResetTouchHistory() {} +TouchGestureBase::~TouchGestureBase() {} + +#endif STUBS |
