diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-10-05 10:33:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 10:33:10 -0500 |
| commit | a93f011253177647cf227669d51df201282c90f6 (patch) | |
| tree | 3df82b0199c3a1ff52dd90b3e3334e87154749d6 /mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp | |
| parent | 4c670ad342790123372c97924ed3255cc4a9e8c9 (diff) | |
Move GameInteractor & NameTag src up to root of 2s2h (#799)
Diffstat (limited to 'mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp')
| -rw-r--r-- | mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp b/mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp index 4b8058cdc..517d2b7f2 100644 --- a/mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp +++ b/mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp @@ -1,6 +1,6 @@ #include <libultraship/libultraship.h> #include "2s2h/BenGui/HudEditor.h" -#include "2s2h/Enhancements/GameInteractor/GameInteractor.h" +#include "2s2h/GameInteractor/GameInteractor.h" #include "2s2h/Enhancements/Enhancements.h" #include "2s2h/Enhancements/FrameInterpolation/FrameInterpolation.h" |
