winamp/Src/Wasabi/api/service/svcs/svc_debuggerui.cpp
2024-09-24 14:54:57 +02:00

11 lines
183 B
C++

#include <precomp.h>
#include "svc_debuggerui.h"
#define CBCLASS svc_debuggerUII
START_DISPATCH;
CB(CREATEUI, createUI);
VCB(DESTROYUI, destroyUI);
END_DISPATCH;
#undef CBCLASS