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