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