|
@@ -1,3 +1,12 @@
|
|
|
+/*
|
|
|
+ * CCreatureAnimation.cpp, part of VCMI engine
|
|
|
+ *
|
|
|
+ * Authors: listed in file AUTHORS in main folder
|
|
|
+ *
|
|
|
+ * License: GNU General Public License v2.0 or later
|
|
|
+ * Full text of license available in license.txt file, in main folder
|
|
|
+ *
|
|
|
+ */
|
|
|
#include "StdInc.h"
|
|
|
#include "CCreatureAnimation.h"
|
|
|
|
|
@@ -10,16 +19,6 @@
|
|
|
|
|
|
#include "../gui/SDL_Pixels.h"
|
|
|
|
|
|
-/*
|
|
|
- * CCreatureAnimation.cpp, part of VCMI engine
|
|
|
- *
|
|
|
- * Authors: listed in file AUTHORS in main folder
|
|
|
- *
|
|
|
- * License: GNU General Public License v2.0 or later
|
|
|
- * Full text of license available in license.txt file, in main folder
|
|
|
- *
|
|
|
- */
|
|
|
-
|
|
|
static const SDL_Color creatureBlueBorder = { 0, 255, 255, 255 };
|
|
|
static const SDL_Color creatureGoldBorder = { 255, 255, 0, 255 };
|
|
|
static const SDL_Color creatureNoBorder = { 0, 0, 0, 0 };
|