Home
last modified time | relevance | path

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

/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dhandler_high_score.cc34 handler_high_score *
40 handler_high_score::handler_high_score () in handler_high_score() function in handler_high_score
54 handler_high_score *
55 handler_high_score::get_instance () in get_instance()
67 handler_high_score::~handler_high_score () in ~handler_high_score()
89 handler_high_score::first_init () in first_init()
133 bool handler_high_score::load_high_score () in load_high_score()
194 handler_high_score::save_high_score () in save_high_score()
344 handler_high_score::sort_scores () in sort_scores()
391 handler_high_score::get_high_score_table () in get_high_score_table()
[all …]
H A Dtecnoballz.cc64 high_score = handler_high_score::get_instance (); in first_init()
356 handler_high_score *
H A Dsprite_display_scores.cc197 for (Uint32 i = 0; i < handler_high_score::MAX_OF_HIGH_SCORES; i++) in copyToText()
H A Dsprite_display_menu.cc781 for (Uint32 i = 0; i < handler_high_score::MAX_OF_HIGH_SCORES; i++) in copy_high_score_in_menu()
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dhandler_high_score.h32 class handler_high_score; variable
44 class handler_high_score:public virtual tecnoballz
50 static handler_high_score *high_score_singleton;
63 handler_high_score ();
65 ~handler_high_score ();
66 static handler_high_score *get_instance ();
H A Dtecnoballz.h88 class handler_high_score; variable
187 static handler_high_score *high_score;
H A Dhandler_players.h43 friend class handler_high_score; variable