Oolite 1.91.0.7644-241112-7f5034b
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | DEBUG_ALL 0xffffffff |
Enumerations | |
enum | OODebugFlags { DEBUG_LINKED_LISTS = 0x00000001 , DEBUG_COLLISIONS = 0x00000004 , DEBUG_DOCKING = 0x00000008 , DEBUG_OCTREE_LOGGING = 0x00000010 , DEBUG_BOUNDING_BOXES = 0x00000040 , DEBUG_OCTREE_DRAW = 0x00000080 , DEBUG_DRAW_NORMALS = 0x00000100 , DEBUG_NO_DUST = 0x00000200 , DEBUG_NO_SHADER_FALLBACK = 0x00000400 , DEBUG_SHADER_VALIDATION = 0x00000800 , DEBUG_MISC = 0x10000000 } |
Variables | |
NSUInteger | gDebugFlags |
uint32_t | gLiveEntityCount |
size_t | gTotalEntityMemory |
#define DEBUG_ALL 0xffffffff |
Definition at line 21 of file OODebugFlags.h.
enum OODebugFlags |
Definition at line 3 of file OODebugFlags.h.
|
extern |
Definition at line 7 of file main.m.
Referenced by ConsoleGetProperty(), and ConsoleSetProperty().