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