]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/tga.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / image / tga.h
index c67fea3066c8a159ed656d9e035b98746a330094..226a997ce76d81d195c0eddab41dadec9a1ec295 100644 (file)
@@ -23,8 +23,9 @@
 #define INCLUDED_TGA_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadTGA( ArchiveFile& file );
+Image *LoadTGA(ArchiveFile &file);
 
 #endif