1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/hch/CAmbarCendamo.h

20 lines
439 B
C
Raw Normal View History

#ifndef CAMBARCENDAMO_H
#define CAMBARCENDAMO_H
2007-06-06 19:12:12 +03:00
#include <iostream>
#include <string>
#include <vector>
#include "../global.h"
#include "../map.h"
#include "CCreatureHandler.h"
2007-06-06 19:12:12 +03:00
2008-06-19 09:08:05 +03:00
class DLL_EXPORT CAmbarCendamo
2007-06-06 19:12:12 +03:00
{
public:
/////////////////member variables
//Mapa* map;
2008-06-07 20:16:52 +03:00
//CAmbarCendamo (unsigned char * data); // c-tor; data is pointer to decompressed h3m data
//~CAmbarCendamo (); // d-tor
2007-06-06 19:12:12 +03:00
};
#endif //CAMBARCENDAMO_H