|
Banjo API 1.0.0-rc.2
Low-level C99 game development API
|
#include <banjo/log.h>#include <banjo/main.h>#include <banjo/net.h>#include <banjo/system.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | SERVER_HOST "127.0.0.1" |
| #define | SERVER_PORT 9000 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define SERVER_HOST "127.0.0.1" |
| #define SERVER_PORT 9000 |
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 20 of file net_udp_client.c.