winamp/Src/Wasabi/api/script/debugger/debuggerui.cpp

12 lines
220 B
C++
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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;