]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/miscmodel.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / entity / miscmodel.h
index 228aeca223e384488b14d32efc08659b379f5614..a6fba44cab050dc90010923e61d588e2aa7ac0d1 100644 (file)
 #if !defined( INCLUDED_MISCMODEL_H )
 #define INCLUDED_MISCMODEL_H
 
-scene::Node &New_MiscModel(EntityClass *eclass);
-
+scene::Node& New_MiscModel( EntityClass* eclass );
 void MiscModel_construct();
-
 void MiscModel_destroy();
 
 #endif