]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Gauge.h
added constructors for described types
[l2e.git] / src / graphics / Gauge.h
index 82b8952603f92850772137ae9ca7d14ff435f93e..5938a02d32e267ac0e9c571a523c0e1a6f82141b 100644 (file)
@@ -35,6 +35,7 @@ public:
        void SetEndWidth(int w) { endWidth = w; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        SDL_Surface *surface;