X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_skateshop.h;h=ceefc8bd74d08b231b225cfb52ecb65fd2c0274b;hb=74174e4357c402824302174845f89b975dba5981;hp=03f05441bc223937d08653ec7914d3fcb9df3c3d;hpb=fee9867cee40c393a7142178039e8bcda964e004;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_skateshop.h b/ent_skateshop.h index 03f0544..ceefc8b 100644 --- a/ent_skateshop.h +++ b/ent_skateshop.h @@ -49,10 +49,13 @@ struct{ struct { const char *item_title, *item_desc; u32 reg_id; + + const char *world_title, *world_loc; + u32 world_reg; } render; } -static global_skateshop={.render={.reg_id=0xffffffff}}; +static global_skateshop={.render={.reg_id=0xffffffff,.world_reg=0xffffffff}}; VG_STATIC void global_skateshop_exit(void); VG_STATIC void watch_cache_board( struct cache_board *ptr );