-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLua53.pbi
More file actions
16 lines (15 loc) · 777 Bytes
/
Lua53.pbi
File metadata and controls
16 lines (15 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;==============================================================================
; ** Lua53.pb header file by PBHGEN.
;------------------------------------------------------------------------------
; WARNING: This file is automatically generated each time you save!
; Any manual changes to this file may be permanently lost upon regeneration.
; If you came here because of a syntax error, double-check your own code.
; For more information, visit https://github.com/00laboratories/PBHGEN
;==============================================================================
CompilerIf #PB_Compiler_Module = ""
Declare Lua_Initialize()
Declare Lua_Dispose()
Declare.s lua_tostring(Lua_State, idx)
Declare.d lua_tonumber(L, i)
Declare lua_getglobal_fixed(L, String$)
CompilerEndIf