Files
playdate-kit/Sources/PlaydateKit/Lua/Aliases/CFunction.swift
T

8 lines
191 B
Swift
Raw Normal View History

public import CPlaydate
extension Lua {
/// A function callable from Lua. Returns the number of values it pushed
/// onto the stack.
public typealias CFunction = lua_CFunction
}