|
UFO: Alien Invasion
|
#include "cxx.h"#include "ufotypes.h"#include "vector.h"#include "line.h"#include "byte.h"#include "defines.h"#include <algorithm>#include <stdio.h>

Go to the source code of this file.
Data Structures | |
| class | AABB |
Macros | |
| #define | AABB_STRING 64 |
Variables | |
| const float | MWW = MAX_WORLD_WIDTH |
| Axis-aligned bounding box. | |
| #define AABB_STRING 64 |
Definition at line 40 of file aabb.h.
Referenced by LoadMapFile(), and SP_func_breakable().
| const float MWW = MAX_WORLD_WIDTH |