engine/platform/3Dfx.h File Reference
Define Documentation
| #define FXUNUSED |
( |
a |
|
) |
( (a) = (a) ) |
| #define FXBIT |
( |
i |
|
) |
( 1L << (i) ) |
Typedef Documentation
| typedef unsigned char FxU8 |
| typedef unsigned short FxU16 |
| typedef signed short FxI16 |
| typedef signed long FxI32 |
| typedef unsigned long FxU32 |
|