X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FGauge.h;h=5938a02d32e267ac0e9c571a523c0e1a6f82141b;hb=9f352d64f920f46a2d5b4fe67408154629933293;hp=3251ec2e0eccf0b7a9d11cce4966ae307964db32;hpb=d5959073b2c413ba1bd6f3d14bc8bcf59304e488;p=l2e.git diff --git a/src/graphics/Gauge.h b/src/graphics/Gauge.h index 3251ec2..5938a02 100644 --- a/src/graphics/Gauge.h +++ b/src/graphics/Gauge.h @@ -34,6 +34,9 @@ public: void SetRepeatWidth(int w) { repeatWidth = w; } void SetEndWidth(int w) { endWidth = w; } + static void CreateTypeDescription(); + static void Construct(void *); + private: SDL_Surface *surface; geometry::Vector fullOffset;