summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite/include/graphite/IGrEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite/include/graphite/IGrEngine.h')
-rw-r--r--Build/source/libs/graphite/include/graphite/IGrEngine.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/Build/source/libs/graphite/include/graphite/IGrEngine.h b/Build/source/libs/graphite/include/graphite/IGrEngine.h
new file mode 100644
index 00000000000..481cb534b46
--- /dev/null
+++ b/Build/source/libs/graphite/include/graphite/IGrEngine.h
@@ -0,0 +1,36 @@
+/*--------------------------------------------------------------------*//*:Ignore this sentence.
+Copyright (C) 2003 SIL International. All rights reserved.
+
+Distributable under the terms of either the Common Public License or the
+NU Lesser General Public License, as specified in the LICENSING.txt file.
+
+File: IGrEngine.h
+Responsibility: Sharon Correll
+Last reviewed: Not yet.
+
+Description:
+ A very minimal interface representing the Graphite engine, for passing to the
+ GrJustifier.
+-------------------------------------------------------------------------------*//*:End Ignore*/
+#ifdef _MSC_VER
+#pragma once
+#endif
+#ifndef IGRENG_INCLUDED
+#define IGRENG_INCLUDED
+
+namespace gr
+{
+/*----------------------------------------------------------------------------------------------
+ Class: IGrEngine
+----------------------------------------------------------------------------------------------*/
+class IGrEngine
+{
+};
+
+} // namespace gr
+
+#if defined(GR_NO_NAMESPACE)
+using namespace gr;
+#endif
+
+#endif // !IGRENG_INCLUDED