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