Changed the CPlaydate import to internal for the Lua type in the Playdate bindings target.

This commit is contained in:
2026-07-26 12:44:34 +02:00
parent d84113f7a8
commit d0a561b91f
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 }