diff options
| author | Yanis42 <35189056+Yanis42@users.noreply.github.com> | 2024-05-02 23:54:12 +0200 |
|---|---|---|
| committer | Yanis42 <35189056+Yanis42@users.noreply.github.com> | 2024-05-02 23:54:12 +0200 |
| commit | 3099ac3fed789d8c7442db81e319cf6b59ecd6cf (patch) | |
| tree | 276de2f5c5c309b8aa77737ee99d58ca9034c8ce /src/00_Core/Player/TouchControl.cpp | |
| parent | 0e4544d40e3468ccfdbabb2c3c497fbb2a097287 (diff) | |
| parent | 5c08baf1c24e50891ea12e8dcd0038c935875631 (diff) | |
Merge remote-tracking branch 'upstream/main' into match_actor_rupee
Diffstat (limited to 'src/00_Core/Player/TouchControl.cpp')
| -rw-r--r-- | src/00_Core/Player/TouchControl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/00_Core/Player/TouchControl.cpp b/src/00_Core/Player/TouchControl.cpp index 6eba289c..df8bbfe0 100644 --- a/src/00_Core/Player/TouchControl.cpp +++ b/src/00_Core/Player/TouchControl.cpp @@ -10,5 +10,6 @@ void TouchControl::Update(TouchState *state, u16 speed) {} bool TouchControl::func_ov00_0207aeac() {} void TouchControl::UpdateConditionally(TouchState *state, u16 speed) {} void TouchControl::func_ov00_0207af38(u16 speed, bool param2) {} +TouchControl::~TouchControl() {} #endif |
