]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Gauge.h
added type description of Gauge
[l2e.git] / src / graphics / Gauge.h
index 3251ec2e0eccf0b7a9d11cce4966ae307964db32..82b8952603f92850772137ae9ca7d14ff435f93e 100644 (file)
@@ -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<int> fullOffset;