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