mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-06 07:58:52 +00:00
further cleanup
This commit is contained in:
@@ -971,6 +971,19 @@ EX bool displaychr(int x, int y, int shift, int size, char chr, color_t col) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if HDR
|
||||
struct msginfo {
|
||||
int stamp;
|
||||
time_t rtstamp;
|
||||
int gtstamp;
|
||||
int turnstamp;
|
||||
char flashout;
|
||||
char spamtype;
|
||||
int quantity;
|
||||
string msg;
|
||||
};
|
||||
#endif
|
||||
|
||||
vector<msginfo> msgs;
|
||||
|
||||
vector<msginfo> gamelog;
|
||||
|
||||
Reference in New Issue
Block a user