thunderbrew/src/gx/CGVideoOptions.hpp

18 lines
378 B
C++
Raw Normal View History

#ifndef GX_C_GX_VIDEO_OPTIONS_HPP
#define GX_C_GX_VIDEO_OPTIONS_HPP
#include "ui/Types.hpp"
#include <cstdint>
class CGVideoOptions {
public:
// Static variables
static FrameScript_Method s_ScriptFunctions[];
static size_t CGVideoOptions::s_NumScriptFunctions;
// Static functions
static void RegisterScriptFunctions();
};
#endif