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