]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/iqmmodel/iqm.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / iqmmodel / iqm.h
index 9362b9cf5df18f17166f2e9646ecacfddc30d88d..f706a998a290a653f45be03252227b29f22a95d5 100644 (file)
@@ -24,7 +24,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 namespace scene { class Node; }
 class ArchiveFile;
-scene::Node& loadIQMModel(ArchiveFile& file);
+
+scene::Node &loadIQMModel(ArchiveFile &file);
 
 
 #endif