PVRTexLibVersion.h 618 B

123456789101112131415161718192021222324
  1. /******************************************************************************
  2. @File PVRTexLibVersion.h
  3. @Title Console Log
  4. @Version @Version Name : etc_conversion.cpp
  5. @Copyright Copyright (C) Imagination Technologies Limited.
  6. @Platform ANSI
  7. @Description Interface to PVRTC for PVRTexLib that bypasses public one
  8. ******************************************************************************/
  9. #ifndef PVRTEXLIBVERSION_H
  10. #define PVRTEXLIBVERSION_H
  11. #define PVRTLMAJORVERSION 3
  12. #define PVRTLMINORVERSION 14
  13. #define PVRTLSTRINGVERSION "3.14"
  14. #endif