DEADSOFTWARE

headers describes that c-files implements
[flatwaifu.git] / src / anim.c
index 39bb63cc9fde23ff7f249cdeb7240d6968081ccc..f68f0a215bd6b930c82e03eaa8425fb8f22de261 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.
 
@@ -19,6 +18,7 @@
    write to the Free Software Foundation, Inc.,
    51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 */
+/*
 
 #include "glob.h"
 #include <stdlib.h>
@@ -26,6 +26,7 @@
 #include <vga.h>
 //#include <keyb.h>
 #include "error.h"
+#include "anim.h"
 
 enum{AB_END,AB_SCREEN,AB_UPDATE};
 
@@ -104,3 +105,4 @@ int ANM_play(void) {
   if(anm->t==AB_END) return 0;
   return 1;
 }
+*/