Windows libraries for getaddrinfo
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_region.h
index 4b278251907998b4db693819169b92a6a8ff261a..6a86a320b33ba136d63e0750550bf230974caaad 100644 (file)
@@ -1,5 +1,6 @@
 #pragma once
 #include "world_entity.h"
+#include "network_common.h"
 
 struct global_ent_region
 {
@@ -10,4 +11,4 @@ extern global_ent_region;
 
 u32 region_spark_colour( u32 flags );
 void ent_region_re_eval( world_instance *world );
-void ent_region_call( world_instance *world, ent_call *call );
+entity_call_result ent_region_call( world_instance *world, ent_call *call );