]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/md3model/mdc.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / md3model / mdc.h
index 1f88439b60516724a50a3bf2685ff5777959b100..82f85a60dc39c2182002728f0654abfb9cacc770 100644 (file)
@@ -24,7 +24,8 @@
 
 namespace scene { class Node; }
 class ArchiveFile;
-scene::Node& loadMDCModel( ArchiveFile& file );
+
+scene::Node &loadMDCModel(ArchiveFile &file);
 
 
 #endif