X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_skateshop.h;h=ed03ecdb74ec3095a6c8078d09e2c80ad718afc7;hb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;hp=cf8b9838cf1e3c91111ea8678ba3e1ff844b35dc;hpb=fbe807d19b8a626c2d75002b286dd794f893473a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_skateshop.h b/ent_skateshop.h index cf8b983..ed03ecd 100644 --- a/ent_skateshop.h +++ b/ent_skateshop.h @@ -50,5 +50,5 @@ void skateshop_render( ent_skateshop *shop ); void skateshop_render_nonfocused( world_instance *world, vg_camera *cam ); void skateshop_autostart_loading(void); void skateshop_world_preupdate( world_instance *world ); -void ent_skateshop_call( world_instance *world, ent_call *call ); +entity_call_result ent_skateshop_call( world_instance *world, ent_call *call ); void skateshop_world_preview_preupdate(void);