DEADSOFTWARE

menu: remove data field from menu_t
[flatwaifu.git] / src / redraw.c
index 363bec03cf04004e6dcb70c64456bd97f145ccc2..032aa613e897e21c377eb20385896986825bfc16 100644 (file)
@@ -1,7 +1,6 @@
 /*
    Copyright (C) Prikol Software 1996-1997
    Copyright (C) Aleksey Volynskov 1996-1997
-   Copyright (C) <ARembo@gmail.com> 2011
 
    This file is part of the Doom2D:Rembo project.
 
    51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 */
 
+/*
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>
 //#include "..\averr.h"
 #include "vga.h"
 #include "glob.h"
-/*
+
 #define MAXRECT 500
 
 typedef struct{short x,w,y,h;}rect;