]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/doom3group.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / entity / doom3group.h
index 42fdfd2ec60f695c8c04d2aaa7bb66c0561d8697..7eef33419eb2c486a832e7e896102d6483ba1220 100644 (file)
 #if !defined( INCLUDED_STATIC_H )
 #define INCLUDED_STATIC_H
 
-namespace scene
-{
-class Node;
+namespace scene {
+    class Node;
 }
 class EntityClass;
 
 void Doom3Group_construct();
+
 void Doom3Group_destroy();
-scene::Node& New_Doom3Group( EntityClass* eclass );
+
+scene::Node &New_Doom3Group(EntityClass *eclass);
 
 #endif