#include "motchan.h"#include "w3d_file.h"#include "chunkio.h"#include "vector.h"#include "wwmath.h"#include "quat.h"Go to the source code of this file.
Macros | |
| #define | FILTER_TABLE_SIZE (256) |
| #define | FILTER_TABLE_GEN_START (16) |
| #define | FILTER_TABLE_GEN_SIZE (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START) |
| #define | PACKET_SIZE (9) |
| #define FILTER_TABLE_GEN_SIZE (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START) |
Definition at line 59 of file motchan.cpp.
| #define FILTER_TABLE_GEN_START (16) |
Definition at line 58 of file motchan.cpp.
| #define FILTER_TABLE_SIZE (256) |
Definition at line 57 of file motchan.cpp.
| #define PACKET_SIZE (9) |
Definition at line 983 of file motchan.cpp.