#ifndef __CUCUL_FONT_H__
#define __CUCUL_FONT_H__

#include <ruby.h>

extern VALUE cFont;
extern void Init_cucul_font(VALUE);

#endif