]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/md3model/md2.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / md3model / md2.h
index 3128b27a6fb579e18ddabc3833fb52a7c963f161..33b34d7669e1cc811591dcd991a1dbc356b17498 100644 (file)
@@ -24,8 +24,7 @@
 
 namespace scene { class Node; }
 class ArchiveFile;
-
-scene::Node &loadMD2Model(ArchiveFile &file);
+scene::Node& loadMD2Model( ArchiveFile& file );
 
 
 #endif