blob: c9ef8214e2d580ced7112d36e74d947e8f6c2b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur attal-src-0.9.4-orig/libCommon/creature.h attal-src-0.9.4/libCommon/creature.h
--- attal-src-0.9.4-orig/libCommon/creature.h 2006-05-25 00:50:11.000000000 -0400
+++ attal-src-0.9.4/libCommon/creature.h 2006-05-25 00:51:51.000000000 -0400
@@ -38,6 +38,7 @@
class CreatureHandler;
class GenericFightUnit;
+int computeSequence( GenericFightUnit * unit );
/** Manage a creature */
enum CreatureAnimationType {
|