ragdoll quality improvements
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_region.h
1 #ifndef ENT_REGION_H
2 #define ENT_REGION_H
3
4 #include "world_entity.h"
5
6 struct {
7 char location[ NETWORK_REGION_MAX ];
8 u32 flags;
9 }
10 static global_ent_region;
11
12 static u32 region_spark_colour( u32 flags );
13
14 #endif /* ENT_REGION_H */