aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/panel.h')
-rw-r--r--engines/sword25/gfx/panel.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/engines/sword25/gfx/panel.h b/engines/sword25/gfx/panel.h
index 5fbcec5f34..6fe96369a6 100644
--- a/engines/sword25/gfx/panel.h
+++ b/engines/sword25/gfx/panel.h
@@ -35,19 +35,11 @@
#ifndef SWORD25_PANEL_H
#define SWORD25_PANEL_H
-// -----------------------------------------------------------------------------
-// Includes
-// -----------------------------------------------------------------------------
-
#include "sword25/kernel/common.h"
#include "sword25/gfx/renderobject.h"
namespace Sword25 {
-// -----------------------------------------------------------------------------
-// Class Definition
-// -----------------------------------------------------------------------------
-
class Panel : public RenderObject {
friend class RenderObject;
@@ -58,10 +50,10 @@ private:
public:
virtual ~Panel();
- uint getColor() const {
+ uint getColor() const {
return _color;
}
- void setColor(uint color) {
+ void setColor(uint color) {
_color = color;
forceRefresh();
}