discoverpixy
|
#include <stdio.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | SCREEN_S |
Typedefs | |
typedef void(* | SCREEN_CALLBACK) (void *screen) |
typedef struct SCREEN_S | SCREEN_STRUCT |
Functions | |
bool | gui_screen_navigate (SCREEN_STRUCT *screen) |
bool | gui_screen_back () |
SCREEN_STRUCT * | gui_screen_get_current () |
void | gui_screen_update () |