diff --git a/Examples/HelloPlaydate/Source/pdex.elf b/Examples/HelloPlaydate/Source/pdex.elf index 792082f..cabdbd5 100755 Binary files a/Examples/HelloPlaydate/Source/pdex.elf and b/Examples/HelloPlaydate/Source/pdex.elf differ diff --git a/Sources/PlaydateKit/Lua/Lua.swift b/Sources/PlaydateKit/Lua/Lua.swift index ba70c66..c38dd23 100644 --- a/Sources/PlaydateKit/Lua/Lua.swift +++ b/Sources/PlaydateKit/Lua/Lua.swift @@ -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.luaAPI.unsafelyUnwrapped }