summaryrefslogtreecommitdiffstats
path: root/src/ui/scroll.h
diff options
context:
space:
mode:
authorMichał Konopacki <konopacki.m@gmail.com>2012-08-20 21:42:07 +0200
committerMichał Konopacki <konopacki.m@gmail.com>2012-08-20 21:42:07 +0200
commitaf45bc399f899f83313b14281b108a8abcc29444 (patch)
treef7f8724a27ffde0f9e73327016e4812f7fdd8ee9 /src/ui/scroll.h
parent59ec83c409952337d5c5d14c8a7be16b4d37957e (diff)
downloadcolobot-af45bc399f899f83313b14281b108a8abcc29444.tar.gz
colobot-af45bc399f899f83313b14281b108a8abcc29444.tar.bz2
colobot-af45bc399f899f83313b14281b108a8abcc29444.zip
added ui/scroll.*
Diffstat (limited to 'src/ui/scroll.h')
-rw-r--r--src/ui/scroll.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/scroll.h b/src/ui/scroll.h
index 289d309..9dbd8a4 100644
--- a/src/ui/scroll.h
+++ b/src/ui/scroll.h
@@ -1,5 +1,6 @@
// * This file is part of the COLOBOT source code
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch
+// * Copyright (C) 2012, Polish Portal of Colobot (PPC)
// *
// * This program is free software: you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
@@ -23,6 +24,10 @@
#include <common/event.h>
+namespace Ui {
+
+class CButton;
+
const float SCROLL_WIDTH = (15.0f/640.0f);
@@ -76,3 +81,4 @@ class CScroll : public CControl
};
+}