X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_objective.h;fp=ent_objective.h;h=0f3e4e5d476263e7174a2c65724ec46be0ad96a3;hb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;hp=0000000000000000000000000000000000000000;hpb=a109f126d8adab622e38fbcc2d4281e75255246a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_objective.h b/ent_objective.h new file mode 100644 index 0000000..0f3e4e5 --- /dev/null +++ b/ent_objective.h @@ -0,0 +1,4 @@ +#pragma once +#include "entity.h" +#include "world.h" +void ent_objective_call( world_instance *world, ent_call *call );