Home
last modified time | relevance | path

Searched refs:atomRatedGame (Results 1 – 3 of 3) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Datom.c157 XBAtom atomRatedGame; // XBCC variable
361 atomRatedGame = GUI_StringToAtom ("ratedGame"); // XBCC in InitDefaultAtoms()
H A Datom.h152 extern XBAtom atomRatedGame; // XBCC
H A Dcfg_game.c185 DB_CreateEntryBool (section, atomRatedGame, game->rated); in StoreAnyGameSetup()
414 (void)DB_GetEntryBool (section, atomRatedGame, &game->rated); in RetrieveAnyGameSetup()