Merge pull request #324 from DeXP/master

Define IStream interface
This commit is contained in:
Micha Mettke 2017-01-19 20:35:03 +01:00 committed by GitHub
commit b544d616e3
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ typedef struct GpStringFormat GpStringFormat;
typedef struct GpFont GpFont;
typedef struct GpFontFamily GpFontFamily;
typedef struct GpFontCollection GpFontCollection;
typedef struct IStream IStream;
typedef GpImage GpBitmap;
typedef GpBrush GpSolidFill;