Home
last modified time | relevance | path

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

/dports/games/kartofel/kartofel-1.2/
H A Dsubmit_game.h27 bool SubmitGame(const string& name, int score,
H A Dsubmit_game.cc30 bool SubmitGame(const string& name, int score, in SubmitGame() function
H A Dplay.cc1942 int SubmitGame(void* dataptr) in SubmitGame() function
1945 SubmitGame(data->name, data->score, VERSION, data->encoded_game); in SubmitGame()
1956 SDL_Thread* thread = SDL_CreateThread(SubmitGame, data); in ScheduleGameSubmission()