Add TouchGesture

This commit is contained in:
Aetias
2024-04-06 16:38:55 +02:00
parent 336defc995
commit dcf4270939
9 changed files with 368 additions and 310 deletions
+13
View File
@@ -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