| 1234567891011121314151617181920 |
- #ifndef __CAMBARCENDAMO_H__
- #define __CAMBARCENDAMO_H__
- #include <iostream>
- #include <string>
- #include <vector>
- #include "../global.h"
- #include "../lib/map.h"
- #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__
|