[Wzredemption-svn] SF.net SVN: wzredemption:[45] trunk
Status: Beta
Brought to you by:
pheonixstorm
|
From: <phe...@us...> - 2012-11-28 13:19:33
|
Revision: 45
http://wzredemption.svn.sourceforge.net/wzredemption/?rev=45&view=rev
Author: pheonixstorm
Date: 2012-11-28 13:19:26 +0000 (Wed, 28 Nov 2012)
Log Message:
-----------
Moved ani.h over to src were it belongs
Added Paths:
-----------
trunk/src/ani.h
Removed Paths:
-------------
trunk/lib/gamelib/ani.h
Deleted: trunk/lib/gamelib/ani.h
===================================================================
--- trunk/lib/gamelib/ani.h 2012-11-28 04:34:41 UTC (rev 44)
+++ trunk/lib/gamelib/ani.h 2012-11-28 13:19:26 UTC (rev 45)
@@ -1,27 +0,0 @@
-/***************************************************************************/
-/*
- * Ani.h
- *
- * Warzone animation function wrappers
- *
- * Gareth Jones 16/12/97
- */
-/***************************************************************************/
-
-#ifndef _ANI_H_
-#define _ANI_H_
-
-/***************************************************************************/
-
-#include "frame.h"
-#include "anim.h"
-
-/***************************************************************************/
-
-void * anim_GetShapeFunc( STRING * pStr );
-
-/***************************************************************************/
-
-#endif /* _ANI_H_ */
-
-/***************************************************************************/
Copied: trunk/src/ani.h (from rev 44, trunk/lib/gamelib/ani.h)
===================================================================
--- trunk/src/ani.h (rev 0)
+++ trunk/src/ani.h 2012-11-28 13:19:26 UTC (rev 45)
@@ -0,0 +1,27 @@
+/***************************************************************************/
+/*
+ * Ani.h
+ *
+ * Warzone animation function wrappers
+ *
+ * Gareth Jones 16/12/97
+ */
+/***************************************************************************/
+
+#ifndef _ANI_H_
+#define _ANI_H_
+
+/***************************************************************************/
+
+#include "frame.h"
+#include "anim.h"
+
+/***************************************************************************/
+
+void * anim_GetShapeFunc( STRING * pStr );
+
+/***************************************************************************/
+
+#endif /* _ANI_H_ */
+
+/***************************************************************************/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|