Initial community commit
This commit is contained in:
11
Src/Wasabi/api/font/api_font.cpp
Normal file
11
Src/Wasabi/api/font/api_font.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#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;
|
||||
Reference in New Issue
Block a user