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