More moving / minor changes

This commit is contained in:
Michał W. Urbańczyk
2008-06-19 06:08:05 +00:00
parent d251597617
commit c7dde147c3
12 changed files with 311 additions and 328 deletions
+8
View File
@@ -1,5 +1,13 @@
#ifndef INT3_H
#define INT3_H
#include <map>
class CCreature;
class CCreatureSet //seven combined creatures
{
public:
std::map<int,std::pair<CCreature*,int> > slots;
bool formation; //false - wide, true - tight
};
class int3
{