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

21 lines
438 B
C
Raw Normal View History

2008-12-26 03:46:53 +02:00
#ifndef __CAMBARCENDAMO_H__
#define __CAMBARCENDAMO_H__
#include <iostream>
#include <string>
#include <vector>
#include "../global.h"
2009-05-20 13:08:56 +03:00
#include "../lib/map.h"
2008-12-26 03:46:53 +02:00
#include "CCreatureHandler.h"
class DLL_EXPORT CAmbarCendamo
{
public:
/////////////////member variables
//Mapa* map;
//CAmbarCendamo (unsigned char * data); // c-tor; data is pointer to decompressed h3m data
//~CAmbarCendamo (); // d-tor
};
#endif // __CAMBARCENDAMO_H__