mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 12:21:54 -05:00
10 lines
169 B
C++
10 lines
169 B
C++
#include <precomp.h>
|
|
#include "svc_tooltips.h"
|
|
|
|
#define CBCLASS svc_toolTipsRendererI
|
|
START_DISPATCH;
|
|
CB(SPAWNTOOLTIP, spawnTooltip);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|
|
|