X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fview.h;h=cc4087e16c65fe840ddb8715da3790f238469140;hb=ca64d4165dd79ead16edd9a79f35e3b1cf48e557;hp=914abd7e604d58a55a6fea4fb39e72bf7a56b118;hpb=6b61ca69e4085875215d30ef75df7703edb0ddd2;p=flatwaifu.git diff --git a/src/view.h b/src/view.h index 914abd7..cc4087e 100644 --- a/src/view.h +++ b/src/view.h @@ -19,7 +19,6 @@ #define VIEW_H_INCLUDED #include "glob.h" -#include // FILE #define FLDW 100 #define FLDH 100 @@ -44,16 +43,6 @@ typedef struct { int r, h; // radius, height } obj_t; -typedef struct { - int x, y; - byte d; -} pos_t; - -typedef struct { - char n[8]; - char t; -} wall_t; - extern int sky_type; extern dword walf[256]; extern byte fldb[FLDH][FLDW];