mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-12 10:21:00 -05:00
12 lines
224 B
C++
12 lines
224 B
C++
|
#include <precomp.h>
|
||
|
#include "api_font.h"
|
||
|
|
||
|
#ifdef CBCLASS
|
||
|
#undef CBCLASS
|
||
|
#endif
|
||
|
#define CBCLASS api_fontI
|
||
|
START_DISPATCH;
|
||
|
VCB(API_FONT_FONT_TEXTOUT, font_textOut);
|
||
|
CB(API_FONT_FONT_GETINFO, font_getInfo);
|
||
|
END_DISPATCH;
|