#ifndef UI_C_SIMPLE_SLIDER_SCRIPT_HPP #define UI_C_SIMPLE_SLIDER_SCRIPT_HPP #include "ui/FrameScript.hpp" #define NUM_SIMPLE_SLIDER_SCRIPT_METHODS 13 extern FrameScript_Method SimpleSliderMethods[NUM_SIMPLE_SLIDER_SCRIPT_METHODS]; #endif