X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FGauge.h;fp=src%2Fgraphics%2FGauge.h;h=82b8952603f92850772137ae9ca7d14ff435f93e;hb=63e55846d4043f96ee1bdb95f0631b07d5f57c28;hp=3251ec2e0eccf0b7a9d11cce4966ae307964db32;hpb=76ebf3fdefce0655ecd2404e735e8fd96347d934;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;