diff options
| author | Japa | 2010-04-09 14:12:29 +0000 |
|---|---|---|
| committer | Japa | 2010-04-09 14:12:29 +0000 |
| commit | 81aefc8e03ff3f647494012e18bcdc8f33f4de42 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /CreatureConfiguration.h | |
| parent | c3d0b7d6778af46299901d959d589d6599afa21c (diff) | |
| download | stonesense-81aefc8e03ff3f647494012e18bcdc8f33f4de42.tar.gz stonesense-81aefc8e03ff3f647494012e18bcdc8f33f4de42.tar.bz2 stonesense-81aefc8e03ff3f647494012e18bcdc8f33f4de42.tar.xz | |
There is no trunk
it is not the code that compiles, it is you.
Diffstat (limited to 'CreatureConfiguration.h')
| -rw-r--r-- | CreatureConfiguration.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/CreatureConfiguration.h b/CreatureConfiguration.h deleted file mode 100644 index 1c54582..0000000 --- a/CreatureConfiguration.h +++ /dev/null @@ -1,30 +0,0 @@ -#pragma once
-#include "dfhack/library/tinyxml/tinyxml.h"
-
-
-#define CREATURESTRLENGTH 50
-
-enum enumCreatureSpecialCases{
- eCSC_Any,
- eCSC_Normal,
- eCSC_Zombie,
- eCSC_Skeleton,
-};
-
-class CreatureConfiguration
-{
-public:
- char professionstr[CREATURESTRLENGTH];
- int professionID;
- t_SpriteWithOffset sprite;
- int shadow;
- enumCreatureSpecialCases special;
- enumCreatureSex sex;
-
- CreatureConfiguration(){}
- CreatureConfiguration(int professionID, const char* professionStr, enumCreatureSex sex, enumCreatureSpecialCases special, t_SpriteWithOffset &sprite, int shadow);
- ~CreatureConfiguration(void);
-};
-
-
-bool addCreaturesConfig( TiXmlElement* elemRoot, vector<vector<CreatureConfiguration>*>& knownCreatures );
|
