#ifndef ENTITYACTS_H_ #define ENTITYACTS_H_ #include "entity.h" #include "../game.h" void BuilderAct(Game *game, Entity *entity); #endif