]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/group.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / entity / group.h
index 599b8c7ae6288946bd726350e28ef0d43215ba0a..c8c835399e35d338b7d8f6865a7e83c216715546 100644 (file)
@@ -22,6 +22,6 @@
 #if !defined( INCLUDED_GROUP_H )
 #define INCLUDED_GROUP_H
 
-scene::Node& New_Group( EntityClass* eclass );
+scene::Node &New_Group(EntityClass *eclass);
 
 #endif