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