1 Commits
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
// A public import: `addFunction(_:name:)` and `pushFunction(_:)` expose the
// `CFunction` alias of `lua_CFunction` in their public signatures.
public import CPlaydate
internal import CPlaydate
/// The cached `playdate->lua` C API table.
var luaAPI: UnsafePointer<playdate_lua> { Playdate.luaAPI.unsafelyUnwrapped }