From 5356df271ccd15ef2401382176e4adcdc4593596 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 27 Feb 2010 13:20:53 +0000 Subject: [PATCH] Stop including all of SDL with IScreen.hpp --- include/IScreen.hpp | 2 +- src/SmokeTrail.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/IScreen.hpp b/include/IScreen.hpp index 7ae45ef..5657e44 100644 --- a/include/IScreen.hpp +++ b/include/IScreen.hpp @@ -22,7 +22,7 @@ #include "IGraphics.hpp" #include "IPickBuffer.hpp" -#include +#include enum MouseButton { MOUSE_UNKNOWN, MOUSE_LEFT, MOUSE_MIDDLE, MOUSE_RIGHT, diff --git a/src/SmokeTrail.cpp b/src/SmokeTrail.cpp index c7a0e44..c36c72a 100644 --- a/src/SmokeTrail.cpp +++ b/src/SmokeTrail.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2009 Nick Gasson +// Copyright (C) 2009-2010 Nick Gasson // // 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 -- 2.39.2