]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/md3model/md5.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / md3model / md5.h
index bcddd0d78900ab83a953288cdbfa8bd0f006382a..21dc039173cc6ea54d1119c56456ce7b106d0d6e 100644 (file)
@@ -24,6 +24,7 @@
 
 namespace scene { class Node; }
 class ArchiveFile;
-scene::Node& loadMD5Model( ArchiveFile& file );
+
+scene::Node &loadMD5Model(ArchiveFile &file);
 
 #endif