OSDN Git Service

[Implement] 一週間以上前のデバッグログの自動削除
[hengband/hengband.git] / src / io / chuukei.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #ifdef CHUUKEI
6 extern bool chuukei_server;
7 extern bool chuukei_client;
8
9 int connect_chuukei_server(char *server_string);
10 void browse_chuukei(void);
11 void flush_ringbuf(void);
12 void prepare_chuukei_hooks(void);
13 #endif
14
15 void prepare_movie_hooks(player_type *player_ptr);
16 void prepare_browse_movie_aux(concptr filename);
17 void prepare_browse_movie(concptr filename);
18 void browse_movie(void);