X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_region.h;fp=ent_region.h;h=85acb45852f4e4e5db92c4659da6ca66c0e15a81;hb=3b1909cad505b859b9c6524498b1969cd018af8c;hp=9a1fb3cb7cc95e0cebb54655ade0bf8344589d82;hpb=71b7175073e0c764c3c5cb0c7ceee0f8cca09e58;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_region.h b/ent_region.h index 9a1fb3c..85acb45 100644 --- a/ent_region.h +++ b/ent_region.h @@ -3,4 +3,12 @@ #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 */