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