Banjo API 0.0.1
C99 game development API
Loading...
Searching...
No Matches
system.h File Reference
#include <banjo/api.h>
#include <banjo/error.h>
Include dependency graph for system.h:

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)

Detailed Description

Header file for system interactions.