mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): removed some bad class declaration
This commit is contained in:
parent
f81a6fb92b
commit
64f20e6fee
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue