parent
b3395a7aa3
commit
5b3f7702a6
5 changed files with 27 additions and 2 deletions
@ -0,0 +1,8 @@ |
||||
#ifndef HARFBUZZ_GDEF_PRIVATE_H |
||||
#define HARFBUZZ_GDEF_PRIVATE_H |
||||
|
||||
#include "harfbuzz-private.h" |
||||
#include "harfbuzz-gdef.h" |
||||
|
||||
|
||||
#endif /* HARFBUZZ_GDEF_PRIVATE_H */ |
@ -0,0 +1,11 @@ |
||||
#ifndef HARFBUZZ_GDEF_H |
||||
#define HARFBUZZ_GDEF_H |
||||
|
||||
#include "harfbuzz-common.h" |
||||
|
||||
HARFBUZZ_BEGIN_DECLS(); |
||||
|
||||
|
||||
HARFBUZZ_END_DECLS(); |
||||
|
||||
#endif /* HARFBUZZ_GDEF_H */ |
@ -0,0 +1,6 @@ |
||||
#ifndef HARFBUZZ_PRIVATE_H |
||||
#define HARFBUZZ_PRIVATE_H |
||||
|
||||
#include <assert.h> |
||||
|
||||
#endif /* HARFBUZZ_PRIVATE_H */ |
Loading…
Reference in new issue