Add stub GDEF files
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Dec 2006 11:42:37 +0000 (06:42 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Dec 2006 11:42:37 +0000 (06:42 -0500)
src/harfbuzz-gdef-private.h [new file with mode: 0644]
src/harfbuzz-gdef.h [new file with mode: 0644]
src/harfbuzz-open-private.h
src/harfbuzz-private.h [new file with mode: 0644]
src/main.cc

diff --git a/src/harfbuzz-gdef-private.h b/src/harfbuzz-gdef-private.h
new file mode 100644 (file)
index 0000000..0d95dad
--- /dev/null
@@ -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 */
diff --git a/src/harfbuzz-gdef.h b/src/harfbuzz-gdef.h
new file mode 100644 (file)
index 0000000..35647df
--- /dev/null
@@ -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 */
index 326e1c6..0cd3a0e 100644 (file)
@@ -1,10 +1,9 @@
 #ifndef HARFBUZZ_OPEN_PRIVATE_H
 #define HARFBUZZ_OPEN_PRIVATE_H
 
+#include "harfbuzz-private.h"
 #include "harfbuzz-open.h"
 
-#include <stdint.h>
-#include <assert.h>
 #include <glib.h>
 
 /* Macros to convert to/from BigEndian */
diff --git a/src/harfbuzz-private.h b/src/harfbuzz-private.h
new file mode 100644 (file)
index 0000000..4d3eb69
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef HARFBUZZ_PRIVATE_H
+#define HARFBUZZ_PRIVATE_H
+
+#include <assert.h>
+
+#endif /* HARFBUZZ_PRIVATE_H */
index d5ddf16..4a43bae 100644 (file)
@@ -1,4 +1,5 @@
 #include "harfbuzz-open-private.h"
+#include "harfbuzz-gdef-private.h"
 
 #include <stdlib.h>
 #include <stdio.h>