Fix Lua subproject ofr Mac OS X

This commit is contained in:
Francesco Abbate
2020-06-29 17:01:14 +02:00
parent fa649521d2
commit 1fc6d62b14
4 changed files with 11 additions and 7 deletions
+6 -2
View File
@@ -14,8 +14,12 @@ typedef struct {
typedef struct FR_Bitmap FR_Bitmap;
struct FR_Impl;
typedef struct FR_Impl FR_Renderer;
#ifdef __cplusplus
class FR_Renderer;
#else
struct FR_Renderer;
typedef struct FR_Renderer FR_Renderer;
#endif
enum {
FR_HINTING = 1 << 0,