home · contact · privacy
Read monster / item definitions from file "defs". File-reading repeats some code...
[plomrogue] / src / misc.h
index 64e10db078e6d38dcd71645ef8649f65ec13499f..68db82265e26ca15fe9c959190deff60372d6a7f 100644 (file)
@@ -3,12 +3,14 @@
 
 #include <stdint.h>
 #include "yx_uint16.h"
+#include <stdio.h>
 
 struct World;
 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);