aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/script/debugger/debuggerui.cpp
blob: 692fdeeed0f8159235eacbcaacc438d22ea54771 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <precomp.h>
#include "debuggerui.h"

#ifdef CBCLASS
#undef CBCLASS
#endif
#define CBCLASS DebuggerUII
START_DISPATCH;
  CB(DEBUGGERUI_MESSAGELOOP, messageLoop);
  VCB(DEBUGGERUI_SETJITD, setJITD);
END_DISPATCH;