summaryrefslogtreecommitdiff
path: root/src/object/objectBF.c
blob: a66a2b612c046a79fe804db2be63038f66beb983 (plain)
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) {
}