]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/dds.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / image / dds.h
index 1847edb92eba0246a70f2d8c8d84f355631379d8..5e6583130f4f3a7343fe730562b6e51d548431f9 100644 (file)
@@ -23,8 +23,9 @@
 #define INCLUDED_DDS_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadDDS( ArchiveFile& file );
+Image *LoadDDS(ArchiveFile &file);
 
 #endif