X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fmonster.h;h=30edf1dfd8a4b91e22f6ed337751f3be585b8915;hp=022962f9bf042c9ed6cf411a4028e0a68904745a;hb=563dffaf02ff36da4054f937fcc9f99a072e15bf;hpb=2b481ae25adcf3bebf37be182eafc8bfa0acb4c1 diff --git a/src/monster.h b/src/monster.h index 022962f..30edf1d 100644 --- a/src/monster.h +++ b/src/monster.h @@ -51,9 +51,10 @@ typedef struct { extern byte nomon; extern int hit_xv, hit_yv; extern mn_t mn[MAXMN]; +extern int mnum, gsndt; + +void setst (int i, int st); -void MN_savegame (FILE *h); -void MN_loadgame (FILE *h); void MN_alloc (void); void MN_init (void); int MN_spawn (int x, int y, byte d, int t);