From 01cc0fbc49696a19a56dfdd8359d4bb77e868925 Mon Sep 17 00:00:00 2001 From: erihel Date: Tue, 11 Sep 2012 12:49:41 +0200 Subject: * latest changes * all files except studio, map and maindialog should compile * did some code cleanup --- src/ui/check.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/ui/check.h') diff --git a/src/ui/check.h b/src/ui/check.h index 0b6a1f2..1ad8a3a 100644 --- a/src/ui/check.h +++ b/src/ui/check.h @@ -19,30 +19,30 @@ #pragma once +#include "control.h" -#include "ui/control.h" namespace Gfx{ -class CEngine; + class CEngine; } namespace Ui { -class CCheck : public CControl -{ -public: - CCheck(); - virtual ~CCheck(); + class CCheck : public CControl + { + public: + CCheck(); + virtual ~CCheck(); - bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventType); + bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventType); - bool EventProcess(const Event &event); + bool EventProcess(const Event &event); - void Draw(); + void Draw(); -protected: + protected: -protected: -}; + protected: + }; } -- cgit v1.2.3-1-g7c22