Home
last modified time | relevance | path

Searched defs:ERR_ILL_OBJ (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h112 ERR_ILL_OBJ = 4, ///< Illegal object enumerator
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h111 ERR_ILL_OBJ = 4, ///< Illegal object enumerator
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dfrotz.h671 #define ERR_ILL_OBJ 4 /* Illegal object */ macro