]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/pcx.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / image / pcx.h
index 63d2753acc025fe7c07745f589b3168809f785b7..81f10e4304b88660faeea46a74f9e0f2e09a8f1f 100644 (file)
@@ -23,8 +23,9 @@
 #define INCLUDED_PCX_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadPCX32( ArchiveFile& file );
+Image *LoadPCX32(ArchiveFile &file);
 
 #endif