UFO: Alien Invasion
|
main function and system functions More...
#include <SDL.h>
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#include <android/log.h>
#include "../../common/common.h"
#include "../system.h"
Go to the source code of this file.
Functions | |
void | Sys_Init (void) |
int | SDL_main (int argc, char **argv) |
The entry point for Android server and client. Initializes the program and calls Qcommon_Frame in an infinite loop. More... | |
main function and system functions
Definition in file android_main.cpp.
The entry point for Android server and client. Initializes the program and calls Qcommon_Frame
in an infinite loop.
Definition at line 50 of file android_main.cpp.
References Qcommon_Frame(), Qcommon_Init(), and Sys_ConsoleInit().
Definition at line 39 of file android_main.cpp.
Referenced by Qcommon_Init().