X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;h=151e428ff7be1172dd9d761572ac2cc097a91f33;hb=74b2136d5b41b18e2eec698f1fd11b503aa1100a;hp=f1b4f027fd6a4e0632f1f2e3168452bd1361713d;hpb=6e96ba64e805ea8a39ca46171e28426c6bc86ab6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index f1b4f02..151e428 100644 --- a/world_gate.h +++ b/world_gate.h @@ -31,5 +31,7 @@ static void ent_gate_get_mdl_mtx( ent_gate *gate, m4x3f mmdl ); static void world_link_nonlocal_async( void *payload, u32 size ); static void world_unlink_nonlocal( world_instance *world ); +static void render_gate_unlinked( world_instance *world, + ent_gate *gate, camera *cam ); #endif /* WORLD_GATE_H */