mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-05 04:07:58 +01:00
7 lines
168 B
C++
7 lines
168 B
C++
#include "main.h"
|
|
#include "MessageProcessor.h"
|
|
|
|
#define CBCLASS MessageProcessor
|
|
START_DISPATCH;
|
|
CB(API_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
|
|
END_DISPATCH; |