winamp/Src/Wasabi/api/service/svcs/svc_imggen.cpp

12 lines
220 B
C++
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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