Export more classes.

This commit is contained in:
castano 2008-01-17 05:34:58 +00:00
parent f76e76cbe6
commit 963b8e1541

View File

@ -32,7 +32,7 @@ namespace nv
class Stream;
struct ColorBlock;
struct DDSPixelFormat
struct NVIMAGE_CLASS DDSPixelFormat
{
uint size;
uint flags;
@ -44,7 +44,7 @@ namespace nv
uint amask;
};
struct DDSCaps
struct NVIMAGE_CLASS DDSCaps
{
uint caps1;
uint caps2;
@ -53,7 +53,7 @@ namespace nv
};
/// DDS file header for DX10.
struct DDSHeader10
struct NVIMAGE_CLASS DDSHeader10
{
uint dxgiFormat;
uint resourceDimension;
@ -63,7 +63,7 @@ namespace nv
};
/// DDS file header.
struct DDSHeader
struct NVIMAGE_CLASS DDSHeader
{
uint fourcc;
uint size;