X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.h;h=278cf75ec6eb50c2912e329b1df93ef9fb5ce313;hb=refs%2Fheads%2Fmaster;hp=693a1571f557488f0530d9108588c0365703bc94;hpb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.h b/ent_miniworld.h deleted file mode 100644 index 693a157..0000000 --- a/ent_miniworld.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef ENT_MINIWORLD_H -#define ENT_MINIWORLD_H - -#include "entity.h" - -struct { - u32 active_id; /* TODO: world references in entity ID */ -} -static global_miniworld; - -static void ent_miniworld_call( world_instance *world, ent_call *call ); - -#endif /* ENT_MINIWORLD_H */