doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
PointFile.cpp File Reference
#include "../../idlib/precompiled.h"
#include "qe3.h"

Go to the source code of this file.

Macros

#define MAX_POINTFILE   8192
 

Functions

void Pointfile_Delete (void)
 
void Pointfile_Next (void)
 
void Pointfile_Prev (void)
 
void WINAPI Pointfile_Check (void)
 
void Pointfile_Draw (void)
 
void Pointfile_Clear (void)
 

Macro Definition Documentation

#define MAX_POINTFILE   8192

Definition at line 34 of file PointFile.cpp.

Function Documentation

void WINAPI Pointfile_Check ( void  )

Definition at line 91 of file PointFile.cpp.

void Pointfile_Clear ( void  )

Definition at line 154 of file PointFile.cpp.

void Pointfile_Delete ( void  )

Definition at line 38 of file PointFile.cpp.

void Pointfile_Draw ( void  )

Definition at line 137 of file PointFile.cpp.

void Pointfile_Next ( void  )

Definition at line 50 of file PointFile.cpp.

void Pointfile_Prev ( void  )

Definition at line 71 of file PointFile.cpp.