From 3ed95216a981667fa450fa548bcc433d3dfd0963 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Thu, 5 Jan 2023 20:59:20 -0600 Subject: [PATCH] chore(sound): clean up function declarations --- src/sound/SI2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/SI2.hpp b/src/sound/SI2.hpp index 6d1b624..ec41703 100644 --- a/src/sound/SI2.hpp +++ b/src/sound/SI2.hpp @@ -11,7 +11,7 @@ class SI2 { static FrameScript_Method s_ScriptFunctions[NUM_SCRIPT_FUNCTIONS_SI2]; // Static functions - static void RegisterScriptFunctions(void); + static void RegisterScriptFunctions(); }; #endif