Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F102561
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/FighterStats.h b/src/FighterStats.h
new file mode 100644
index 0000000..5e7e418
--- /dev/null
+++ b/src/FighterStats.h
@@ -0,0 +1,35 @@
+/***************************************************************************
+ FighterStats.h - description
+ -------------------
+ begin : Sun Jan 25 2004
+ copyright : (C) 2004 by upi
+ email : upi@feel
+ ***************************************************************************/
+
+#ifndef FIGHTERSTATS_H
+#define FIGHTERSTATS_H
+
+#include <Demo.h>
+#include <string>
+
+
+class FighterStatsDemo: public Demo
+{
+public:
+ FighterStatsDemo( FighterEnum a_iFighter = UNKNOWN );
+ virtual ~FighterStatsDemo();
+
+ int Advance( int a_iNumFrames, bool a_bFlip );
+
+protected:
+ int m_iTimeLeft;
+ FighterEnum m_enFighter;
+ RlePack* m_poStaff;
+ std::string m_sKeys;
+ std::string m_sStory;
+
+ static int mg_iLastFighter; // index of the last fighter in the fighter order
+ static FighterEnum mg_aenFighterOrder[LASTFIGHTER-1];
+};
+
+#endif // FIGHTERSTATS_H
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Feb 4, 2:12 PM (5 h, 16 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55632
Default Alt Text
(1 KB)
Attached To
Mode
R76 OpenMortal
Attached
Detach File
Event Timeline
Log In to Comment