diff options
-rw-r--r-- | types.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ import ( "image/color" ) +//go:generate ./mkconvert.lua + func luaPushVec2(l *lua.State, val [2]float64) { l.Global("vec2") l.PushNumber(val[0]) |
![]() |
index : hydra-dragonfire.git | |
Lua api for creating luanti bots, written in go. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | types.go | 2 |
@@ -6,6 +6,8 @@ import ( "image/color" ) +//go:generate ./mkconvert.lua + func luaPushVec2(l *lua.State, val [2]float64) { l.Global("vec2") l.PushNumber(val[0]) |