X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.h;h=278cf75ec6eb50c2912e329b1df93ef9fb5ce313;hb=refs%2Fheads%2Fmaster;hp=b1aed55bf12d73b2717e8ff51d35e6ab827fb66e;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.h b/ent_miniworld.h index b1aed55..278cf75 100644 --- a/ent_miniworld.h +++ b/ent_miniworld.h @@ -12,7 +12,7 @@ struct global_miniworld } extern global_miniworld; -void ent_miniworld_call( world_instance *world, ent_call *call ); +entity_call_result ent_miniworld_call( world_instance *world, ent_call *call ); void ent_miniworld_render( world_instance *host_world, vg_camera *cam ); void ent_miniworld_goback(void); void ent_miniworld_preupdate(void);