This website requires JavaScript.
Explore
Help
Sign In
ModdingRX
/
YimMenu
Archived
Watch
1
Star
0
Fork
0
You've already forked YimMenu
Code
Actions
Releases
Activity
This repository has been archived on
2024-10-22
. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu
/
src
/
lua
/
bindings
/
command.hpp
6 lines
71 B
C++
Raw
Normal View
History
Unescape
Escape
Lua Scripting (#1334) Closes #83 Fixes #1309 Fixes #1287 Fixes #1129 (actually fixed now)
2023-06-06 07:40:40 +00:00
#
pragma once
namespace
lua
:
:
command
{
fix(lua): move bindings to cpp files (#1757)
2023-07-18 13:07:33 +02:00
void
bind
(
sol
:
:
state
&
state
)
;
Lua Scripting (#1334) Closes #83 Fixes #1309 Fixes #1287 Fixes #1129 (actually fixed now)
2023-06-06 07:40:40 +00:00
}
Copy Permalink