/** * @file objectBF.c * @ingroup Objects * * @brief Object BF object */ #include "entity.h" void ObjectBF(Entity* this) { }