|
Banjo API 0.0.1
C99 game development API
|

Go to the source code of this file.
Functions | |
| bj_bool | bj_initialize (bj_error **p_error) |
| void | bj_shutdown (bj_error **p_error) |
| void * | bj_load_library (const char *p_path) |
| void | bj_unload_library (void *p_handle) |
| void * | bj_library_symbol (void *p_handle, const char *p_name) |
Header file for system interactions.