X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_skateshop.h;h=455c61df16c2e02dc687a64121f89d547708de68;hb=e311bbe2fa903a7e2a922f202f389b799193195d;hp=5e9a0a86cf25c2857349d6b75ab4a5d7a35941f7;hpb=1c56bc84c9ad3da49c9d2447ec97aaf7f6038601;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_skateshop.h b/ent_skateshop.h index 5e9a0a8..455c61d 100644 --- a/ent_skateshop.h +++ b/ent_skateshop.h @@ -33,7 +33,12 @@ struct{ } render; - struct gui_helper *helper_pick, *helper_browse; + union { + struct gui_helper *helper_pick, *helper_toggle; + }; + + struct gui_helper *helper_browse; + addon_reg *reg_preview, *reg_loaded_preview; GLuint tex_preview, tex_preview_err; @@ -44,5 +49,6 @@ static global_skateshop={ static void ent_skateshop_preupdate( ent_skateshop *shop, int active ); static void skateshop_render( ent_skateshop *shop ); +static void skateshop_render_nonfocused( world_instance *world, camera *cam ); #endif /* ENT_SKATESHOP_H */