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