DEADSOFTWARE

cosmetix: cleanup view.h
[flatwaifu.git] / src / view.h
index 914abd7e604d58a55a6fea4fb39e72bf7a56b118..cc4087e16c65fe840ddb8715da3790f238469140 100644 (file)
@@ -19,7 +19,6 @@
 #define VIEW_H_INCLUDED
 
 #include "glob.h"
-#include <stdio.h> // 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];