X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscreen%2Fdrawing_context.h;h=0051301b8006ac77f16e65f058a3caab27fc8ade;hb=04a5ff57d07db8607ee4b0768a3f40810d97a5b4;hp=c71fda18014e3ad462dd706d501f5661c246a641;hpb=b7f4101580f5fc0cbd015c290f589b422d82ed7e;p=supertux.git diff --git a/src/screen/drawing_context.h b/src/screen/drawing_context.h index c71fda180..0051301b8 100644 --- a/src/screen/drawing_context.h +++ b/src/screen/drawing_context.h @@ -16,14 +16,16 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#ifndef __DRAWINGCONTEXT_H__ -#define __DRAWINGCONTEXT_H__ +#ifndef SUPERTUX_DRAWINGCONTEXT_H +#define SUPERTUX_DRAWINGCONTEXT_H #include #include + +#include "SDL.h" + #include "vector.h" #include "screen.h" -#include class Surface; class Font; @@ -170,5 +172,5 @@ private: DrawingRequests drawingrequests; }; -#endif +#endif /*SUPERTUX_DRAWINGCONTEXT_H*/