This website requires JavaScript.
Explore
Help
Sign In
ModdingRX
/
TmpMenu
Watch
1
Star
0
Fork
0
You've already forked TmpMenu
mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced
2025-06-18 07:07:32 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
TmpMenu
/
src
/
lua
/
bindings
/
global_table.hpp
7 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
Lua doc (#1552)
2023-07-02 00:59:02 +02:00
#
pragma once
#
include
"lua/sol.hpp"
namespace
lua
:
:
global_table
{
fix(lua): move bindings to cpp files (#1757)
2023-07-18 13:07:33 +02:00
void
bind
(
sol
:
:
state
&
state
)
;
Lua doc (#1552)
2023-07-02 00:59:02 +02:00
}
Reference in New Issue
Copy Permalink