]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/ktx.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / image / ktx.h
index 6070077b3d5109eff088b9e38737b5ae88faaab0..f9b0553544312338798c97662f8abe62cf53b100 100644 (file)
@@ -23,8 +23,9 @@
 #define INCLUDED_KTX_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadKTX( ArchiveFile& file );
+Image *LoadKTX(ArchiveFile &file);
 
 #endif