HomeSort by: relevance | last modified time | path
    Searched refs:objflags (Results 1 - 2 of 2) sorted by relevancy

  /src/games/battlestar/
globals.c 234 const int objflags[NUMOFOBJECTS] = { variable in typeref:typename:const int[]
extern.h 229 * These are flags for objects in the objflags array. OBJ_PLURAL means
265 extern const int objflags[NUMOFOBJECTS];
266 #define is_plural_object(n) (objflags[(n)] & OBJ_PLURAL)
271 #define A_OR_AN(n) (objflags[(n)] & OBJ_AN ? "an " : "a ")

Completed in 140 milliseconds