]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/entity.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / entity / entity.h
index e6d84246a91cf1d5d44118e8675829f178c9112c..ae294ab7c262004fc1058b92eef25d7297977327 100644 (file)
 #define INCLUDED_ENTITY_H
 
 class EntityCreator;
+EntityCreator& GetEntityCreator();
 
-EntityCreator &GetEntityCreator();
-
-enum EGameType {
-    eGameTypeQuake3,
-    eGameTypeRTCW,
-    eGameTypeDoom3,
+enum EGameType
+{
+       eGameTypeQuake3,
+       eGameTypeRTCW,
+       eGameTypeDoom3,
 };
 
 extern EGameType g_gameType;
 
 class FilterSystem;
-
-void Entity_Construct(EGameType gameType = eGameTypeQuake3);
-
+void Entity_Construct( EGameType gameType = eGameTypeQuake3 );
 void Entity_Destroy();
 
 extern bool g_showNames;