X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_region.h;h=85acb45852f4e4e5db92c4659da6ca66c0e15a81;hb=74b2136d5b41b18e2eec698f1fd11b503aa1100a;hp=9a1fb3cb7cc95e0cebb54655ade0bf8344589d82;hpb=23ba25574349652d86979fc787ec4b0214001333;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 */