Add some external dependencies.
This commit is contained in:
23
extern/pvrtextool/Include/PVRTextureVersion.h
vendored
Normal file
23
extern/pvrtextool/Include/PVRTextureVersion.h
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
/******************************************************************************
|
||||
|
||||
@File PVRTextureVersion.h
|
||||
|
||||
@Title
|
||||
|
||||
@Version
|
||||
|
||||
@Copyright Copyright (c) Imagination Technologies Limited. All Rights Reserved. Strictly Confidential.
|
||||
|
||||
@Platform ANSI
|
||||
|
||||
@Description Texture processing routines.
|
||||
|
||||
******************************************************************************/
|
||||
#ifndef PVRTEXLIBVERSION_H
|
||||
#define PVRTEXLIBVERSION_H
|
||||
#define PVRTLMAJORVERSION 4
|
||||
#define PVRTLMINORVERSION 2
|
||||
#define PVRTLSTRINGVERSION "4.2"
|
||||
#define PVRTLVERSIONDESCRIPTOR "" //"BETA" //"ALPHA" //"ENGINEERING DROP"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user