X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.h;h=73d0c46d67d19b171b3c5b7c127629b8ad52f784;hb=00653e446d6b1310fa89d3aace70800f9fef4122;hp=2be614187f2f42b94ab23af0832f5ae71b89ab81;hpb=43dc3602effdf0af4f22ce78c0e76565c0be03e6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.h b/ent_miniworld.h index 2be6141..73d0c46 100644 --- a/ent_miniworld.h +++ b/ent_miniworld.h @@ -6,14 +6,18 @@ struct { ent_miniworld *active; int transition; + int mode; f32 t; m4x3f mmdl; camera cam; + + ent_spawn *dest_spawn; } static global_miniworld; static void ent_miniworld_call( world_instance *world, ent_call *call ); static void ent_miniworld_render( world_instance *host_world, camera *cam ); +static void ent_miniworld_goback(void); #endif /* ENT_MINIWORLD_H */