mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 12:42:00 -05:00
11 lines
213 B
C++
11 lines
213 B
C++
#include <precomp.h>
|
|
|
|
#include "svc_eval.h"
|
|
|
|
#define CBCLASS svc_evaluatorI
|
|
START_DISPATCH
|
|
CB(GETEVALTYPE, getEvalType);
|
|
CB(SETEVALSTRING, setEvalString);
|
|
CB(EVALUATE, evaluate);
|
|
END_DISPATCH
|
|
#undef CBCLASS
|