Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarInterfaceLuaBindings.hpp
blob: 539cceb8ed85db95a853e717f3112e99a02a6bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "StarLua.hpp"

namespace Star {

STAR_CLASS(MainInterface);

namespace LuaBindings {
  LuaCallbacks makeInterfaceCallbacks(MainInterface* mainInterface);
}

}