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