]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/eclassmodel.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / entity / eclassmodel.h
index 5dfe2fe92552671cca84367804f7b624e51dc21a..38bc0ed1687fd6fcb37806ef2ead4a0d0d9c8545 100644 (file)
 #if !defined( INCLUDED_ECLASSMODEL_H )
 #define INCLUDED_ECLASSMODEL_H
 
-namespace scene
-{
-class Node;
+namespace scene {
+    class Node;
 }
 class EntityClass;
 
-scene::Node& New_EclassModel( EntityClass* eclass );
+scene::Node &New_EclassModel(EntityClass *eclass);
 
 #include "entity.h"