namespace Core::Portable::BMF

namespace BMF {

// enums

enum BlockType;

// structs

struct CharInfo;
struct CommonBlock;
struct FileHeader;
struct InfoBlock;
struct KerningPair;

} // namespace BMF