OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_STATIC_ENTITIES
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/WinQuake/
client.h
274
#define
MAX_STATIC_ENTITIES
128 // torches, etc
281
extern entity_t cl_static_entities[
MAX_STATIC_ENTITIES
];
/gdk/samples/quake/jni/
client.h
274
#define
MAX_STATIC_ENTITIES
128 // torches, etc
281
extern entity_t cl_static_entities[
MAX_STATIC_ENTITIES
];
/external/quake/quake/src/QW/client/
client.h
329
#define
MAX_STATIC_ENTITIES
128 // torches, etc
336
extern entity_t cl_static_entities[
MAX_STATIC_ENTITIES
];
Completed in 1656 milliseconds