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
|
||
|
|
||
|
|