mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-16 03:15:14 +00:00
11 lines
169 B
C++
11 lines
169 B
C++
#include <precomp.h>
|
|
#include "svc_tooltips.h"
|
|
|
|
#define CBCLASS svc_toolTipsRendererI
|
|
START_DISPATCH;
|
|
CB(SPAWNTOOLTIP, spawnTooltip);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|
|
|