winamp/Src/Plugins/Library/ml_wire/MessageProcessor.cpp

7 lines
168 B
C++
Raw Permalink Normal View History

2024-09-24 13:54:57 +01:00
#include "main.h"
#include "MessageProcessor.h"
#define CBCLASS MessageProcessor
START_DISPATCH;
CB(API_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
END_DISPATCH;