X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=962b96405c87ccb076122ee2eb89d6a82bfbc90a;hb=e8a65239f85784e2e596d2622c2baddda9fb5fae;hp=f065cb3ccf78abe82a48966da1c396b8d30e9408;hpb=5f34184cad016aa2f8ea530b3be009703459e981;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index f065cb3..962b964 100644 --- a/world.h +++ b/world.h @@ -168,7 +168,8 @@ struct world_instance { ent_traffic, ent_skateshop, ent_marker, - ent_camera; + ent_camera, + ent_swspreview; ent_gate *rendering_gate; @@ -264,6 +265,7 @@ struct world_global{ u32 text_particle_count; } static world_global; +VG_STATIC void entity_call( world_instance *world, ent_call *call ); VG_STATIC world_instance *get_active_world( void ) {