|
Banjo API 0.0.1
C99 game development API
|

Go to the source code of this file.
Enumerations | |
| enum | bj_system { BJ_NO_SYSTEM = 0x00 , BJ_AUDIO_SYSTEM = 0x01 , BJ_VIDEO_SYSTEM = 0x02 } |
Functions | |
| bj_bool | bj_begin (int systems, struct bj_error **error) |
| void | bj_end (void) |
| bj_bool | bj_begin_system (enum bj_system system, struct bj_error **error) |
| void | bj_end_system (enum bj_system system, struct bj_error **error) |
| void * | bj_load_library (const char *path) |
| void | bj_unload_library (void *handle) |
| void * | bj_library_symbol (void *handle, const char *name) |
Header file for system interactions.