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