X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_skateshop.h;h=2f8e3a64917bb885b2671b78573c6185ea31e466;hb=8d336ea2cde7c596296dbaf0d3ce27a82c6c6cf0;hp=ed03ecdb74ec3095a6c8078d09e2c80ad718afc7;hpb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_skateshop.h b/ent_skateshop.h index ed03ecd..2f8e3a6 100644 --- a/ent_skateshop.h +++ b/ent_skateshop.h @@ -45,7 +45,7 @@ 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);