#include "fontforge.h"
#include "start.h"

int main()
{
    InitSimpleStuff();
    return 0;
}
