Changed *.h files to *.hpp

This commit is contained in:
Kayne Ruse
2013-05-01 21:11:04 +10:00
parent cf82679109
commit 63aa248056
21 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "image.h"
#include "image.hpp"
Image::Image(SDL_Surface* p) {
SetSurface(p);