Home
last modified time | relevance | path

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

/dports/games/bstone/bstone-1.1.9/src/
H A D3d_main.cpp6570 auto scores_path = ::get_profile_dir() + ::get_score_file_name(); in read_high_scores() local
6573 bstone::FileStream stream(scores_path); in read_high_scores()
6615 auto scores_path = ::get_profile_dir() + ::get_score_file_name(); in write_high_scores() local
6617 bstone::FileStream stream(scores_path, bstone::StreamOpenMode::write); in write_high_scores()
6622 scores_path); in write_high_scores()