mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-21 02:25:53 +01:00
12 lines
213 B
C++
12 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
|