mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 12:42:00 -05:00
10 lines
183 B
C++
10 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
|