mirror of
https://github.com/zeldaret/tmc
synced 2026-07-05 13:43:38 -04:00
11 lines
131 B
C
11 lines
131 B
C
/**
|
|
* @file objectBF.c
|
|
* @ingroup Objects
|
|
*
|
|
* @brief Object BF object
|
|
*/
|
|
#include "entity.h"
|
|
|
|
void ObjectBF(Entity* this) {
|
|
}
|