2022-03-02 05:26:55 -06:00

9 lines
102 B
C++

#pragma once
namespace ui_scripting::lua::engine
{
void start();
void stop();
void run_frame();
}