summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite/include/graphite/IGrEngine.h
blob: 481cb534b461798ff4afcdef77e7bc1f67355d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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