mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
9
Src/Wasabi/api/skin/feeds/textfeedcb.cpp
Normal file
9
Src/Wasabi/api/skin/feeds/textfeedcb.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "precomp.h"
|
||||
#if 0//CUT
|
||||
#include "textfeedcb.h"
|
||||
|
||||
#define CBCLASS TextFeedCallbackI
|
||||
START_DISPATCH;
|
||||
VCB(TEXTFEEDCB_ONRECEIVETEXT, textfeed_onReceiveText);
|
||||
END_DISPATCH;
|
||||
#endif
|
Reference in New Issue
Block a user