aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/service/svcs/svc_debuggerui.cpp
blob: 240baad2a15b186fed4b67d1e5921c9ba9f68fdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <precomp.h>

#include "svc_debuggerui.h"

#define CBCLASS svc_debuggerUII
START_DISPATCH;
  CB(CREATEUI, createUI);
  VCB(DESTROYUI, destroyUI);
END_DISPATCH;
#undef CBCLASS