]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/imageq2/wal32.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / imageq2 / wal32.h
index 25f6dac64788b1508f57bd3c1c5061459e22aafd..7cd31d3cffd6a39febe848f44b38d2be977abb63 100644 (file)
@@ -23,8 +23,9 @@
 #define INCLUDED_WAL32_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadM32( ArchiveFile& file );
+Image *LoadM32(ArchiveFile &file);
 
 #endif