feat(ui): add CSimpleMessageScrollFrame script methods

This commit is contained in:
VDm 2025-08-08 00:24:50 +04:00
parent 148285ad01
commit 78f1d095d6
7 changed files with 326 additions and 12 deletions

View 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