![]() |
doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <stdio.h>#include <dirent.h>#include <unistd.h>#include <sys/mman.h>#include <sys/time.h>#include <pwd.h>Go to the source code of this file.
Macros | |
| #define | MAX_OSPATH 256 |
Variables | |
| idPort | clientPort |
| idPort | serverPort |
| #define MAX_OSPATH 256 |
Definition at line 41 of file sys_stub.cpp.
| void _glTexImage2D | ( | GLenum | target, |
| GLint | level, | ||
| GLint | internalformat, | ||
| GLsizei | width, | ||
| GLsizei | height, | ||
| GLint | border, | ||
| GLenum | format, | ||
| GLenum | type, | ||
| const GLvoid * | pixels | ||
| ) |
Definition at line 117 of file sys_stub.cpp.
Definition at line 217 of file sys_stub.cpp.
| double Sys_ClockTicksPerSecond | ( | void | ) |
Definition at line 53 of file sys_stub.cpp.
| void Sys_CreateThread | ( | xthread_t | function, |
| void * | parms, | ||
| xthreadPriority | priority, | ||
| xthreadInfo & | info | ||
| ) |
Definition at line 60 of file sys_stub.cpp.
Definition at line 143 of file sys_stub.cpp.
Definition at line 139 of file sys_stub.cpp.
| void Sys_DestroyThread | ( | xthreadInfo & | info | ) |
Definition at line 63 of file sys_stub.cpp.
Definition at line 214 of file sys_stub.cpp.
Definition at line 69 of file sys_stub.cpp.
Definition at line 66 of file sys_stub.cpp.
Definition at line 89 of file sys_stub.cpp.
| char* Sys_GetClipboardData | ( | void | ) |
Definition at line 85 of file sys_stub.cpp.
| double Sys_GetClockTicks | ( | void | ) |
Definition at line 49 of file sys_stub.cpp.
| sysEvent_t Sys_GetEvent | ( | void | ) |
Definition at line 127 of file sys_stub.cpp.
Definition at line 195 of file sys_stub.cpp.
Definition at line 92 of file sys_stub.cpp.
Definition at line 121 of file sys_stub.cpp.
Definition at line 99 of file sys_stub.cpp.
Definition at line 147 of file sys_stub.cpp.
Definition at line 45 of file sys_stub.cpp.
Definition at line 136 of file sys_stub.cpp.
Definition at line 202 of file sys_stub.cpp.
Definition at line 81 of file sys_stub.cpp.
Definition at line 124 of file sys_stub.cpp.
Definition at line 57 of file sys_stub.cpp.
Definition at line 198 of file sys_stub.cpp.
| idPort clientPort |
Definition at line 97 of file sys_stub.cpp.
| idPort serverPort |
Definition at line 97 of file sys_stub.cpp.
1.8.6.