]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/md3model/mdlimage.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / md3model / mdlimage.h
index 8652a1da5ba7bfd2e90d7bb498f09bafda383a3f..11ca051709702c6aa3590705b826d85ce206e866 100644 (file)
@@ -23,8 +23,9 @@
 #define INCLUDED_MDLIMAGE_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadMDLImage( ArchiveFile& file );
+Image *LoadMDLImage(ArchiveFile &file);
 
 #endif