X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fmisc.h;h=5d90d15c59cf68d1e93fc47de3d442330db74f95;hb=cd1ac671dae035da349e97983f9d65d5c0d7b2a9;hp=64e10db078e6d38dcd71645ef8649f65ec13499f;hpb=00a66e3c7cbcad13b5c29162e6c1c33235be9f07;p=plomrogue diff --git a/src/misc.h b/src/misc.h index 64e10db..5d90d15 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,7 @@ struct WinMeta; struct Win; 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);