|
Odamex
Setting the Standard in Multiplayer Doom
|
Functions | |
| void | __exception_setreload (int t) |
| int | i_main (int argc, char *argv[]) |
| int | wii_getsockname (int socket, struct sockaddr *address, socklen_t *address_len) |
| int | wii_gethostname (char *name, size_t namelen) |
| int | wii_scandir (const char *dir, struct dirent ***namelist, int(*select)(const struct dirent *), int(*compar)(const struct dirent **, const struct dirent **)) |
| int | wii_alphasort (const struct dirent **a, const struct dirent **b) |
| void | wii_InitNet () |
| int | main (int argc, char *argv[]) |
| void __exception_setreload | ( | int | t | ) |
| int i_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int wii_alphasort | ( | const struct dirent ** | a, |
| const struct dirent ** | b | ||
| ) |
| int wii_gethostname | ( | char * | name, |
| size_t | namelen | ||
| ) |
| int wii_getsockname | ( | int | socket, |
| struct sockaddr * | address, | ||
| socklen_t * | address_len | ||
| ) |
| void wii_InitNet | ( | ) |
| int wii_scandir | ( | const char * | dir, |
| struct dirent *** | namelist, | ||
| int(*)(const struct dirent *) | select, | ||
| int(*)(const struct dirent **, const struct dirent **) | compar | ||
| ) |