X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_region.h;h=6a86a320b33ba136d63e0750550bf230974caaad;hb=refs%2Fheads%2Fmaster;hp=85acb45852f4e4e5db92c4659da6ca66c0e15a81;hpb=3b1909cad505b859b9c6524498b1969cd018af8c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_region.h b/ent_region.h deleted file mode 100644 index 85acb45..0000000 --- a/ent_region.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef ENT_REGION_H -#define ENT_REGION_H - -#include "world_entity.h" - -struct { - char location[ NETWORK_REGION_MAX ]; - u32 flags; -} -static global_ent_region; - -static u32 region_spark_colour( u32 flags ); - -#endif /* ENT_REGION_H */