mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:05:47 -04:00
Initial community commit
This commit is contained in:
9
Src/Wasabi/api/service/svcs/svc_fontmaker.cpp
Normal file
9
Src/Wasabi/api/service/svcs/svc_fontmaker.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "svc_fontmaker.h"
|
||||
|
||||
#define CBCLASS svc_fontMakerI
|
||||
START_DISPATCH
|
||||
CB(GETFONTMAKERNAME, getFontMakerName);
|
||||
CB(NEWTRUETYPEFONT, newTrueTypeFont);
|
||||
CB(DELETETRUETYPEFONT, deleteTrueTypeFont);
|
||||
END_DISPATCH
|
||||
#undef CBCLASS
|
Reference in New Issue
Block a user