X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;h=f1b4f027fd6a4e0632f1f2e3168452bd1361713d;hb=c0e4a67ba2f001179df6e2cde97370a946669c22;hp=2201f766f00ed79fe26de1aa4ed36b75616c2383;hpb=00653e446d6b1310fa89d3aace70800f9fef4122;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index 2201f76..f1b4f02 100644 --- a/world_gate.h +++ b/world_gate.h @@ -29,4 +29,7 @@ static u32 world_intersect_gates( world_instance *world, v3f pos, v3f last ); static void ent_gate_call( world_instance *world, ent_call *call ); 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 ); + #endif /* WORLD_GATE_H */