mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-10 11:25:59 +03:00
fix(gx): removed some bad class declaration
This commit is contained in:
parent
f81a6fb92b
commit
64f20e6fee
@ -8,7 +8,7 @@ class CGVideoOptions {
|
|||||||
public:
|
public:
|
||||||
// Static variables
|
// Static variables
|
||||||
static FrameScript_Method s_ScriptFunctions[];
|
static FrameScript_Method s_ScriptFunctions[];
|
||||||
static size_t CGVideoOptions::s_NumScriptFunctions;
|
static size_t s_NumScriptFunctions;
|
||||||
|
|
||||||
// Static functions
|
// Static functions
|
||||||
static void RegisterScriptFunctions();
|
static void RegisterScriptFunctions();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user