#include "../xt/xt.h"
#include <X11/Box.h>

init_box () {
    XtResourceList r = 0;
    Define_Class ("box", boxWidgetClass, r, 0);
}
