Home
last modified time | relevance | path

Searched defs:msecnode_s (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_defs.h234 typedef struct msecnode_s struct
238 struct msecnode_s *m_tprev; // prev msecnode_t for this thing argument
239 struct msecnode_s *m_tnext; // next msecnode_t for this thing argument
240 struct msecnode_s *m_sprev; // prev msecnode_t for this sector argument
241 struct msecnode_s *m_snext; // next msecnode_t for this sector argument
242 dbool visited; // killough 4/4/98, 4/7/98: used in search algorithms
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_defs.h235 typedef struct msecnode_s struct
239 struct msecnode_s *m_tprev; // prev msecnode_t for this thing argument
240 struct msecnode_s *m_tnext; // next msecnode_t for this thing argument
241 struct msecnode_s *m_sprev; // prev msecnode_t for this sector argument
242 struct msecnode_s *m_snext; // next msecnode_t for this sector argument
243 boolean visited; // killough 4/4/98, 4/7/98: used in search algorithms
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_defs.h257 typedef struct msecnode_s struct
261 struct msecnode_s *m_tprev; // prev msecnode_t for this thing argument
262 struct msecnode_s *m_tnext; // next msecnode_t for this thing argument
263 struct msecnode_s *m_sprev; // prev msecnode_t for this sector argument
264 struct msecnode_s *m_snext; // next msecnode_t for this sector argument
265 dboolean visited; // killough 4/4/98, 4/7/98: used in search algorithms
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dr_defs.h346 typedef struct msecnode_s struct
350 struct msecnode_s *m_tprev; // prev msecnode_t for this thing argument
351 struct msecnode_s *m_tnext; // next msecnode_t for this thing argument
352 struct msecnode_s *m_sprev; // prev msecnode_t for this sector argument
353 struct msecnode_s *m_snext; // next msecnode_t for this sector argument
354 BOOL visited; // killough 4/4/98, 4/7/98: used in search algorithms
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_defs.h595 typedef struct msecnode_s struct
599 struct msecnode_s *m_tprev; // prev msecnode_t for this thing argument
600 struct msecnode_s *m_tnext; // next msecnode_t for this thing argument
601 struct msecnode_s *m_sprev; // prev msecnode_t for this sector argument
602 struct msecnode_s *m_snext; // next msecnode_t for this sector argument
603 boolean visited; // killough 4/4/98, 4/7/98: used in search algorithms
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_defs.h474 typedef struct msecnode_s struct
478 struct msecnode_s *m_sectorlist_prev; // prev msecnode_t for this thing argument
479 struct msecnode_s *m_sectorlist_next; // next msecnode_t for this thing argument
480 struct msecnode_s *m_thinglist_prev; // prev msecnode_t for this sector argument
481 struct msecnode_s *m_thinglist_next; // next msecnode_t for this sector argument
482 boolean visited; // used in search algorithms