mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): add CSimpleMovieFrame class skeleton
This commit is contained in:
parent
f0257d3e4c
commit
5a36ab2f7c
6 changed files with 171 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "ui/CSimpleHTML.hpp"
|
||||
#include "ui/CSimpleModel.hpp"
|
||||
#include "ui/CSimpleModelFFX.hpp"
|
||||
#include "ui/CSimpleMovieFrame.hpp"
|
||||
#include "ui/CSimpleScrollFrame.hpp"
|
||||
#include "ui/CSimpleSlider.hpp"
|
||||
#include "ui/CSimpleTexture.hpp"
|
||||
|
|
@ -88,7 +89,7 @@ void RegisterSimpleFrameScriptMethods() {
|
|||
// TODO
|
||||
// CSimpleStatusBar::CreateScriptMetaTable();
|
||||
// CSimpleColorSelect::CreateScriptMetaTable();
|
||||
// CSimpleMovieFrame::CreateScriptMetaTable();
|
||||
CSimpleMovieFrame::CreateScriptMetaTable();
|
||||
}
|
||||
|
||||
void SystemRegisterFunctions() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue