Add nvtt wrapper to project.

This commit is contained in:
castano
2007-11-30 21:33:45 +00:00
parent 1a14b8a1ba
commit 4d51088d96
2 changed files with 5 additions and 3 deletions

View File

@ -21,8 +21,8 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
#ifndef NVTT_CWRAPPER_H
#define NVTT_CWRAPPER_H
#ifndef NVTT_WRAPPER_H
#define NVTT_WRAPPER_H
#include <nvcore/nvcore.h>
@ -132,4 +132,4 @@ NVTT_API int nvttEstimateSize(NvttInputOptions inputOptions, NvttCompressionOpti
} // extern "C"
#endif
#endif // NVTT_CWRAPPER_H
#endif // NVTT_WRAPPER_H