mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 23:12:03 -07:00
Doc lines for vendor:*
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Lua 5.1 ; https://www.lua.org/manual/5.1/ ]].
|
||||
package lua_5_1
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Lua 5.2 ; https://www.lua.org/manual/5.2/ ]].
|
||||
package lua_5_2
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Lua 5.3 ; https://www.lua.org/manual/5.3/ ]].
|
||||
package lua_5_3
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Lua 5.4 ; https://www.lua.org/manual/5.4/ ]].
|
||||
package lua_5_4
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
Reference in New Issue
Block a user