diff options
author | David Turner <david@freetype.org> | 2000-12-08 02:42:29 +0000 |
---|---|---|
committer | David Turner <david@freetype.org> | 2000-12-08 02:42:29 +0000 |
commit | 19ed8afe60bbc5becf0fbbe3987a91b35a36aad4 (patch) | |
tree | 8884a83e43c588afde8967d40c5ea84dbf8aa33b /src/type1/t1driver.h | |
parent | 508409434ccb7320b5a3d7b03260580ac69eb6da (diff) |
- updated all source files to adhere to the new inclusion scheme
- the CFF loader now loads the encodings and charset tables
though doesn't use them for now
Diffstat (limited to 'src/type1/t1driver.h')
-rw-r--r-- | src/type1/t1driver.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/type1/t1driver.h b/src/type1/t1driver.h index 5354a4fa..8282d89e 100644 --- a/src/type1/t1driver.h +++ b/src/type1/t1driver.h @@ -19,19 +19,14 @@ #ifndef T1DRIVER_H #define T1DRIVER_H -#include <freetype/internal/ftdriver.h> - -#ifdef __cplusplus - extern "C" { -#endif +#include <ft2build.h> +#include FT_INTERNAL_DRIVER_H +FT_BEGIN_HEADER FT_EXPORT_VAR( const FT_Driver_Class ) t1_driver_class; -#ifdef __cplusplus - } -#endif - +FT_END_HEADER #endif /* T1DRIVER_H */ |