]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/entity.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / entity / entity.h
index ae294ab7c262004fc1058b92eef25d7297977327..e6d84246a91cf1d5d44118e8675829f178c9112c 100644 (file)
 #define INCLUDED_ENTITY_H
 
 class EntityCreator;
-EntityCreator& GetEntityCreator();
 
-enum EGameType
-{
-       eGameTypeQuake3,
-       eGameTypeRTCW,
-       eGameTypeDoom3,
+EntityCreator &GetEntityCreator();
+
+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;