main function and system functions More...
#include <fcntl.h>
#include "../../common/common.h"
#include "../system.h"
Go to the source code of this file.
Functions | |
void | Sys_Init (void) |
int | main (int argc, const char **argv) |
The entry point for linux server and client. Initializes the program and calls Qcommon_Frame in an infinite loop. |
main function and system functions
Definition in file linux_main.c.
int main | ( | int | argc, | |
const char ** | argv | |||
) |
The entry point for linux server and client. Initializes the program and calls Qcommon_Frame
in an infinite loop.
Definition at line 46 of file linux_main.c.
References Qcommon_Frame(), Qcommon_Init(), and Sys_ConsoleInit().
void Sys_Init | ( | void | ) |
Definition at line 35 of file linux_main.c.
Referenced by Qcommon_Init().