aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/bitmap.h')
-rw-r--r--engines/sword25/gfx/bitmap.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sword25/gfx/bitmap.h b/engines/sword25/gfx/bitmap.h
index a00baf37a4..741269c423 100644
--- a/engines/sword25/gfx/bitmap.h
+++ b/engines/sword25/gfx/bitmap.h
@@ -35,19 +35,11 @@
#ifndef SWORD25_BITMAP_H
#define SWORD25_BITMAP_H
-// -----------------------------------------------------------------------------
-// Includes
-// -----------------------------------------------------------------------------
-
#include "sword25/kernel/common.h"
#include "sword25/gfx/renderobject.h"
namespace Sword25 {
-// -----------------------------------------------------------------------------
-// Klassendeklaration
-// -----------------------------------------------------------------------------
-
class Bitmap : public RenderObject {
protected:
Bitmap(RenderObjectPtr<RenderObject> parentPtr, TYPES type, uint handle = 0);