diff window/surface.h @ 56:c7bcc0ec2267

* replaced Grp and Text classes by the TextImpl and GrpImpl ones * splitted scn2k.h into smaller header files * moved some definitions from scn2k_*.cc to the header files * moved opcode implementation to scn2k_*impl.cc
author thib
date Thu, 30 Apr 2009 19:05:09 +0000
parents 5ae5533b3a9a
children
line wrap: on
line diff
--- a/window/surface.h
+++ b/window/surface.h
@@ -28,8 +28,8 @@
 #ifndef __SURFACE_H__
 #define __SURFACE_H__
 
-#include<SDL.h>
-#include"rect.h"
+#include <SDL.h>
+#include "rect.h"
 
 struct Surface : public SDL_Surface {
 	char* mem(const Rect& r) {