Home
last modified time | relevance | path

Searched refs:game_base (Results 1 – 7 of 7) sorted by relevance

/dports/games/neverball/neverball-1.6.0/ball/
H A Dgame_common.c236 struct s_base game_base; variable
246 sol_free_base(&game_base); in game_base_load()
252 if (sol_load_base(&game_base, path)) in game_base_load()
269 sol_free_base(&game_base); in game_base_free()
H A Dgame_common.h122 extern struct s_base game_base;
H A Dgame_client.c360 if (!sol_load_vary(&gd.vary, &game_base)) in game_client_init()
H A Dgame_server.c453 if (!sol_load_vary(&vary, &game_base)) in game_server_init()
/dports/games/minetest/minetest-5.4.1/src/content/
H A Dsubgames.cpp84 std::string game_base = DIR_DELIM; in findSubgame() local
85 game_base = game_base.append("games").append(DIR_DELIM).append(id); in findSubgame()
86 std::string game_suffixed = game_base + "_game"; in findSubgame()
88 find_paths.emplace_back(user + game_base, true); in findSubgame()
90 find_paths.emplace_back(share + game_base, false); in findSubgame()
/dports/net-im/toxic/toxic-0.11.3/cfg/checks/
H A Dgames.mk3 GAMES_OBJ = game_base.o game_centipede.o game_chess.o game_life.o game_util.o game_snake.o
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/
H A Dmodule.mk25 shared/early/game_base.o \