|
Odamex
Setting the Standard in Multiplayer Doom
|
Go to the source code of this file.
Typedefs | |
| typedef int | fixed_t |
| typedef unsigned int | dsfixed_t |
Functions | |
| fixed_t | FixedMul_ASM (fixed_t a, fixed_t b) |
| fixed_t STACK_ARGS | FixedDiv_ASM (fixed_t a, fixed_t b) |
| fixed_t | FixedMul_C (fixed_t a, fixed_t b) |
| fixed_t | FixedDiv_C (fixed_t a, fixed_t b) |
| fixed_t | FixedMul (fixed_t a, fixed_t b) |
| fixed_t | FixedDiv (fixed_t a, fixed_t b) |
| typedef unsigned int dsfixed_t |
| typedef int fixed_t |