Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmulti.h544 typedef struct active_game { struct
545 active_game *next, *prev; // next and previous elements in the list argument
556 } active_game; argument
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/network/
H A Dmulti.h546 typedef struct active_game { struct
547 active_game *next, *prev; // next and previous elements in the list argument
558 } active_game; argument
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/
H A Dlobby.hpp54 sub_player_list active_game; member