update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_skateshop.h
index cf8b9838cf1e3c91111ea8678ba3e1ff844b35dc..2f8e3a64917bb885b2671b78573c6185ea31e466 100644 (file)
@@ -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);