mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 21:35:51 +01:00
12 lines
220 B
C++
12 lines
220 B
C++
#include <precomp.h>
|
|
|
|
#include "svc_imggen.h"
|
|
|
|
#define CBCLASS svc_imageGeneratorI
|
|
START_DISPATCH;
|
|
CB(TESTDESC, testDesc);
|
|
CB(GENIMAGE, genImage);
|
|
CB(OUTPUTCACHEABLE, outputCacheable);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|