mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 07:05:46 -04:00
Initial community commit
This commit is contained in:
10
Src/Wasabi/api/service/svcs/svc_console.cpp
Normal file
10
Src/Wasabi/api/service/svcs/svc_console.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#include <svc_console.h>
|
||||
|
||||
#define CBCLASS svc_consoleI
|
||||
START_DISPATCH;
|
||||
CB(ACTIVATED, activated);
|
||||
CB(OUTPUTSTRING, outputString);
|
||||
END_DISPATCH;
|
||||
#undef CBCLASS
|
||||
|
Reference in New Issue
Block a user