X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;h=3c370abc0acf88afb6ee8c78217cd88d4971bb83;hb=2ccc2369d32fb680a3047519d79c17de34c4e10a;hp=a044c8ba01a010866d617e4aa32ede2eeb8e4693;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index a044c8b..3c370ab 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -34,6 +34,9 @@ public: void Render(SDL_Surface *dest, const graphics::Sprite *tileset, const geometry::Vector &offset) const; void RenderDebug(SDL_Surface *dest, const graphics::Sprite *tileset, const geometry::Vector &offset) const; + static void CreateTypeDescription(); + static void Construct(void *); + // temporary setters public: void SetTiles(Tile *t, int num) { tiles = t; numTiles = num; }