X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fmisc.h;h=b3b9a13cc7a96effffe7c354755ec37238b257ba;hb=84fec7f904ee0951c85803071b53002b6bd6e93b;hp=64e10db078e6d38dcd71645ef8649f65ec13499f;hpb=00a66e3c7cbcad13b5c29162e6c1c33235be9f07;p=plomrogue diff --git a/src/misc.h b/src/misc.h index 64e10db..b3b9a13 100644 --- a/src/misc.h +++ b/src/misc.h @@ -2,6 +2,7 @@ #define MISC_H #include +#include #include "yx_uint16.h" struct World; @@ -9,6 +10,8 @@ struct WinMeta; struct Win; struct Map; +extern void exit_game(struct World *, struct Map *); +extern void textfile_sizes (FILE *, uint16_t *, uint16_t *); extern uint16_t rrand(char, uint32_t); extern void update_log (struct World *, char *); extern uint16_t center_offset (uint16_t, uint16_t, uint16_t);