mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 19:25:42 -04:00
Initial community commit
This commit is contained in:
11
Src/Wasabi/api/script/debugger/debuggerui.cpp
Normal file
11
Src/Wasabi/api/script/debugger/debuggerui.cpp
Normal file
@ -0,0 +1,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;
|
Reference in New Issue
Block a user