]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/model/model.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / model / model.h
index b0145f545e1845d1409c1ce30d4ec9c3cd7284c4..9961fb9f10462424efdac28cddab682258b73c71 100644 (file)
@@ -24,9 +24,7 @@
 
 namespace scene { class Node; }
 class ArchiveFile;
-
 typedef struct picoModule_s picoModule_t;
-
-scene::Node &loadPicoModel(const picoModule_t *module, ArchiveFile &file);
+scene::Node& loadPicoModel( const picoModule_t* module, ArchiveFile& file );
 
 #endif