DEADSOFTWARE

Predeclare `MN_hit` function
[flatwaifu.git] / src / anim.c
index 39bb63cc9fde23ff7f249cdeb7240d6968081ccc..71c44211460b9dc4b93b7ae6bc0e1dd1855f0a39 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>
@@ -104,3 +104,4 @@ int ANM_play(void) {
   if(anm->t==AB_END) return 0;
   return 1;
 }
+*/
\ No newline at end of file