pico-sdl
Loading...
Searching...
No Matches
init.c
// file: init.c
#include <pico.h>
int main() {
// ...
return 0;
}
void pico_init(int on)
Initializes and terminates pico.