]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/imagehl/mip.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / imagehl / mip.h
index ea11d8ff9f218db3884857e9ba3ead7b7b4dfe55..9b134ec9df7b88ce69919cf42ec1ac5dab0a34bb 100644 (file)
@@ -23,8 +23,9 @@
 #define INCLUDED_MIP_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadMIP( ArchiveFile& file );
+Image *LoadMIP(ArchiveFile &file);
 
 #endif