X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_skateshop.h;h=2f8e3a64917bb885b2671b78573c6185ea31e466;hb=refs%2Fheads%2Fmenu2;hp=cf8b9838cf1e3c91111ea8678ba3e1ff844b35dc;hpb=670daa775dec0954adb27354c3e37c66fc6567dd;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_skateshop.h b/ent_skateshop.h index cf8b983..2f8e3a6 100644 --- a/ent_skateshop.h +++ b/ent_skateshop.h @@ -45,10 +45,10 @@ struct global_skateshop extern global_skateshop; void skateshop_init(void); -void ent_skateshop_preupdate( ent_skateshop *shop, int active ); +void ent_skateshop_preupdate( ent_focus_context *ctx ); 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);