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();