|
Banjo API 0.0.1
C99 game development API
|

Functions | |
| void | load_config_file (const char *path, bj_error **error) |
| void | open_network_port (int port, bj_error **error) |
| void | initialize_server (const char *config_path, int port, bj_error **error) |
| void | demonstrate_error_matching (void) |
| void | demonstrate_error_copy (void) |
| void | demonstrate_zero_cost (void) |
| int | bj_main (int argc, char *argv[]) |
| int bj_main | ( | int | argc, |
| char * | argv[] ) |
| void demonstrate_error_copy | ( | void | ) |
| void demonstrate_error_matching | ( | void | ) |
| void demonstrate_zero_cost | ( | void | ) |
| void initialize_server | ( | const char * | config_path, |
| int | port, | ||
| bj_error ** | error ) |
| void load_config_file | ( | const char * | path, |
| bj_error ** | error ) |
| void open_network_port | ( | int | port, |
| bj_error ** | error ) |