osb/source/frontend/StarInterfaceLuaBindings.hpp
2024-02-25 15:46:47 +01:00

14 lines
182 B
C++

#pragma once
#include "StarLua.hpp"
namespace Star {
STAR_CLASS(MainInterface);
namespace LuaBindings {
LuaCallbacks makeInterfaceCallbacks(MainInterface* mainInterface);
}
}