Home
last modified time | relevance | path

Searched refs:restart_game (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/taisei/taisei-1.3.2/src/menu/
H A Dingamemenu.c26 void restart_game(MenuData *m, void *arg) { in restart_game() function
73 ingame_menu_do(menu, restart_game); in ingame_menu_input_handler()
128 add_menu_entry(m, "Restart the Game", restart_game, NULL)->transition = TransFadeBlack; in create_ingame_menu()
151 add_menu_entry(m, "Restart the Stage", restart_game, NULL)->transition = TransFadeBlack; in create_ingame_menu_replay()
H A Dgameovermenu.c37 add_menu_entry(m, "Retry", restart_game, NULL)->transition = TransFadeBlack; in create_gameover_menu()
46 add_menu_entry(m, "Restart the Game", restart_game, NULL)->transition = TransFadeBlack; in create_gameover_menu()
H A Dingamemenu.h24 void restart_game(MenuData *m, void *arg);
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhyperweb.cpp168 restart_game(tactic::on ? rg::tactic : rg::nothing); in showDemo()
178 restart_game(tactic::on ? rg::tactic : rg::nothing); in showDemo()
182 restart_game(tactic::on ? rg::tactic : rg::nothing); in showDemo()
186 restart_game(tactic::on ? rg::tactic : rg::nothing); in showDemo()
H A Dmenus.cpp285 restart_game(); in showMainMenu()
388 restart_game(); in enable_cheat()
396 restart_game(); in switchHardcore()
411 restart_game(); in switch_casual()
768 dialog::add_action_confirmed([] { restart_game(rg::inv); }); in showChangeMode()
785 else restart_game(rg::princess); in showChangeMode()
792 restart_game(rg::randpattern); in showChangeMode()
802 dialog::add_action_confirmed([] { restart_game(rg::dualmode); }); in showChangeMode()
H A Dyendor.cpp631 restart_game(yendor::on ? rg::nothing : rg::yendor); in showMenu()
637 if(yendor::on) restart_game(rg::yendor); in showMenu()
904 restart_game(tactic::on ? rg::nothing : rg::tactic); in showMenu()
911 restart_game(rg::tactic); in showMenu()
1253 restart_game(rg::dualmode); in showMenu()
H A Dquit.cpp191 restart_game(rg::inv); in __anonde946d201702()
558 restart_game(rg::nothing); in handleKeyQuit()
H A Dtour.cpp485 while(tour::on) restart_game(rg::tour); in showMenu()
547 restart_game(rg::tour); in start()
1022 if(mode == 4) restart_game(rg::tour); in __anonf15635c72002()
/dports/games/freedink-data/freedink-data-1.08.20170409/dink/Story/
H A DDINFO.c30 restart_game(); in die()
H A DESCAPE.c171 restart_game(); in main()
/dports/games/xtron/xtron-1.1a/
H A Dmain.h60 void restart_game(void);
H A Dmain.c123 restart_game(); in ButtonEvent()
542 void restart_game(void) in restart_game() function
668 restart_game(); in main()
/dports/games/gnome-taquin/gnome-taquin-3.38.1/src/
H A Dgame-window.vala225 restart_game ();
248 restart_game ();
316 private void restart_game ()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_game.h25 void restart_game();
/dports/games/rockdodger/rockdodger-1.1.4/
H A Dglobals.h172 int restart_game();
H A Dsekrit_lab.c108 restart_game(); in perform_a_sekrit_test()
H A Dmain.c149 int restart_game() { in restart_game() function
1173 if(restart_game() != 0) { in main()
1184 if(restart_game() != 0) { in main()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dpresentation.cpp306 if(mode == 4) restart_game(rg::tour); in add_end()
351 while(tour::on) restart_game(rg::tour); in __anon90ff67c30d02()
379 while(tour::on) restart_game(rg::tour); in __anon90ff67c30f02()
/dports/games/stormbaancoureur/stormbaancoureur-2.1.6/src-stormbaancoureur/
H A Dmain.cxx84 static void restart_game(void);
353 restart_game(); in idle()
767 static void restart_game(void) in restart_game() function
801 restart_game(); in keyboard()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_game.h49 void restart_game();
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dpeg_solitaire.c452 restart_game (GtkButton *button, in restart_game() function
471 g_signal_connect (restart, "clicked", G_CALLBACK (restart_game), window); in do_peg_solitaire()
/dports/games/gnubik/gnubik-2.4.3/src/
H A Dmenus.c250 restart_game (GtkWidget * w, GbkGame * game) in restart_game() function
308 NULL, "restart-game", G_CALLBACK (restart_game)},
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dagil.cpp493 restart_game(); in game_end()
562 restart_game(); in mainloop()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dprototypes.h159 extern void restart_game();
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dinterface.h358 void restart_game(void);

123