]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/md3model/md3.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / md3model / md3.h
index 6b1e3e314b1b49816705846d79c566b556260c6e..79e9ac63a605d511e6a7d092eca4f5ff8b6f81b1 100644 (file)
@@ -24,6 +24,7 @@
 
 namespace scene { class Node; }
 class ArchiveFile;
-scene::Node& loadMD3Model( ArchiveFile& file );
+
+scene::Node &loadMD3Model(ArchiveFile &file);
 
 #endif