mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 18:45:45 -04:00
Initial community commit
This commit is contained in:
7
Src/Plugins/Library/ml_downloads/MessageProcessor.cpp
Normal file
7
Src/Plugins/Library/ml_downloads/MessageProcessor.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "main.h"
|
||||
#include "MessageProcessor.h"
|
||||
|
||||
#define CBCLASS MessageProcessor
|
||||
START_DISPATCH;
|
||||
CB(API_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
|
||||
END_DISPATCH;
|
Reference in New Issue
Block a user