Skip to content

Commit

Permalink
ci: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 8499204 commit 6d23c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SFSE/API.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 6d23c54

Please sign in to comment.