]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Frame.h
added gauges for health, mana, and ikari displays
[l2e.git] / src / graphics / Frame.h
index 0f1287c06a3d2528b6f01c074ddda32f3c5ec75e..3743640333379fa31f2583c559e29bf98b7511e7 100644 (file)
@@ -23,6 +23,8 @@ public:
 public:
        int MinWidth() const { return 2 * borderWidth; }
        int MinHeight() const { return 2 * borderHeight; }
+       int BorderWidth() const { return borderWidth; }
+       int BorderHeight() const { return borderHeight; }
        void Draw(SDL_Surface *dest, geometry::Point<int> position, int width, int height) const;
 
 private: