From 6d23c54955ed1f15c1194dd79eee87e78e63fcf0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:06:13 +0000 Subject: [PATCH] ci: maintenance --- include/SFSE/API.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SFSE/API.h b/include/SFSE/API.h index 2a01d466..68b57526 100644 --- a/include/SFSE/API.h +++ b/include/SFSE/API.h @@ -24,9 +24,9 @@ namespace SFSE PluginHandle GetPluginHandle() noexcept; const TrampolineInterface* GetTrampolineInterface() noexcept; - const MessagingInterface* GetMessagingInterface() noexcept; - const MenuInterface* GetMenuInterface() noexcept; - const TaskInterface* GetTaskInterface() noexcept; + const MessagingInterface* GetMessagingInterface() noexcept; + const MenuInterface* GetMenuInterface() noexcept; + const TaskInterface* GetTaskInterface() noexcept; Trampoline& GetTrampoline();