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