chore(sound): clean up function declarations

This commit is contained in:
fallenoak 2023-01-05 20:59:20 -06:00
parent ef3ab5850f
commit 3ed95216a9
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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