Add missing method.

This commit is contained in:
castano 2008-01-26 05:36:50 +00:00
parent ad6597b75e
commit a6f11b3ec8

View File

@ -460,6 +460,11 @@ namespace Nvidia.TextureTools
public event ErrorHandler Error;
public void SetOutputHeader(bool b)
{
nvttSetOutputOptionsOutputHeader(options, b);
}
// @@ Add OutputHandler interface.
}
#endregion