|
|
@@ -254,8 +254,8 @@ class CMapHandler
|
|
|
IImage * findFlagBitmapInternal(std::shared_ptr<CAnimation> animation, int anim, int group, ui8 dir, bool moving) const;
|
|
|
|
|
|
public:
|
|
|
- CMapBlitter(CMapHandler * p) : parent(p) {}
|
|
|
- virtual ~CMapBlitter(){}
|
|
|
+ CMapBlitter(CMapHandler * p);
|
|
|
+ virtual ~CMapBlitter();
|
|
|
void blit(SDL_Surface * targetSurf, const MapDrawingInfo * info);
|
|
|
/// helper method that chooses correct bitmap(s) for given object
|
|
|
AnimBitmapHolder findObjectBitmap(const CGObjectInstance * obj, int anim) const;
|