mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): add CSimpleMessageScrollFrame script methods
This commit is contained in:
parent
148285ad01
commit
78f1d095d6
7 changed files with 326 additions and 12 deletions
10
src/ui/CSimpleMessageScrollFrameScript.hpp
Normal file
10
src/ui/CSimpleMessageScrollFrameScript.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef UI_C_SIMPLE_MESSAGE_SCROLL_FRAME_SCRIPT_HPP
|
||||
#define UI_C_SIMPLE_MESSAGE_SCROLL_FRAME_SCRIPT_HPP
|
||||
|
||||
#include "ui/FrameScript.hpp"
|
||||
|
||||
#define NUM_SIMPLE_MESSAGE_SCROLL_FRAME_SCRIPT_METHODS 48
|
||||
|
||||
extern FrameScript_Method SimpleMessageScrollFrameMethods[NUM_SIMPLE_MESSAGE_SCROLL_FRAME_SCRIPT_METHODS];
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue