aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/skin/widgets/customobject.cpp
blob: bfe0066fe9aaf69a0e284db1b50675f9f120eff8 (plain) (blame)
1
2
3
4
5
6
7
8
#include <precomp.h>
#include "customobject.h"

#define CBCLASS CustomObjectI
START_DISPATCH;
  VCB(CUSTOMOBJECT_SETROOTWND, customobject_setRootWnd);
END_DISPATCH;