Application
Typedefs
-
typedef struct binocle_app_desc_t binocle_app_desc_t
-
typedef struct binocle_app binocle_app
Functions
-
binocle_app binocle_app_new()
-
bool binocle_app_init(binocle_app *app, const binocle_app_desc_t *desc)
-
void binocle_app_destroy(binocle_app *app)
-
struct binocle_app_desc_t
Public Members
-
char *forced_asset_origin_path
if set we force the assets virtual path to point to this one
-
char *forced_asset_origin_path
-
struct binocle_app