OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / io / record-play-movie.h
1 #pragma once
2
3 #include <filesystem>
4 #include <string_view>
5
6 class PlayerType;
7 void prepare_movie_hooks(PlayerType *player_ptr);
8 void prepare_browse_movie_without_path_build(const std::filesystem::path &path);
9 void browse_movie();
10 #ifndef WINDOWS
11 void prepare_browse_movie_with_path_build(std::string_view filename);
12 #endif