Crate playdate
Source pub extern crate ctrl as controls;pub extern crate display;pub extern crate gfx as graphics;pub extern crate menu;pub extern crate sys;
- ext
- fs
- lua
- sound
- sprite
- system
- api
- Get ref to struct of fn from API.
- api_ok
- Try get ref to struct of fn from API,
returns
Result with crate::error::NullPtrError. - api_opt
- Try get ref to struct of fn from API, returns
Option. - ll_symbols
- Adds low-level symbols required by gcc for unwinding & exceptions (if
-fno-exceptions or -fno-rtti not set). - println
- Print line to stdout, simulator’s console or device’s output channel.
- api
- Returns reference to main API endpoint (
ApiRef).