glider bugfixes & animation
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_region.h
index 9a1fb3cb7cc95e0cebb54655ade0bf8344589d82..85acb45852f4e4e5db92c4659da6ca66c0e15a81 100644 (file)
@@ -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 */