doom3-gpl
Doom 3 GPL source release
|
#include <ZClip.h>
Public Member Functions | |
CZClip () | |
~CZClip () | |
int | GetTop (void) |
int | GetBottom (void) |
void | SetTop (int iNewZ) |
void | SetBottom (int iNewZ) |
void | Reset (void) |
bool | IsEnabled (void) |
bool | Enable (bool bOnOff) |
void | Paint (void) |
Protected Member Functions | |
void | Legalise (void) |
Protected Attributes | |
bool | m_bEnabled |
int | m_iZClipTop |
int | m_iZClipBottom |