mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
7 lines
99 B
C++
7 lines
99 B
C++
#pragma once
|
|
#include "lua/sol.hpp"
|
|
|
|
namespace lua::global_table
|
|
{
|
|
void bind(sol::state& state);
|
|
} |