1 2 3 4 5 6 7 8 9 10
/** * @file objectBF.c * @ingroup Objects * * @brief Object BF object */ #include "entity.h" void ObjectBF(Entity* this) { }