spicetools/script/api/touch.h

8 lines
96 B
C++

#pragma once
#include <lua.hpp>
namespace script::api::touch {
void init(lua_State *n);
}