X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.h;h=278cf75ec6eb50c2912e329b1df93ef9fb5ce313;hb=HEAD;hp=e963a09f549ce63dc822b6f0fa02767b691c7075;hpb=70ff4a83e5a4b35436388d9bb999c939559ac23f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.h b/ent_miniworld.h deleted file mode 100644 index e963a09..0000000 --- a/ent_miniworld.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef ENT_MINIWORLD_H -#define ENT_MINIWORLD_H - -#include "entity.h" - -struct { - ent_miniworld *active; - int transition; - f32 t; - - m4x3f mmdl; - camera cam; -} -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 */