X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FGauge.h;fp=src%2Fgraphics%2FGauge.h;h=5938a02d32e267ac0e9c571a523c0e1a6f82141b;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=82b8952603f92850772137ae9ca7d14ff435f93e;hpb=be7b4addf295d6193ba2527cdd17cdb524339aed;p=l2e.git diff --git a/src/graphics/Gauge.h b/src/graphics/Gauge.h index 82b8952..5938a02 100644 --- a/src/graphics/Gauge.h +++ b/src/graphics/Gauge.h @@ -35,6 +35,7 @@ public: void SetEndWidth(int w) { endWidth = w; } static void CreateTypeDescription(); + static void Construct(void *); private: SDL_Surface *surface;