Resolved conflicts

Former-commit-id: 4bd4e4f8435d701d16d3864dd030a6c1cff48c47
This commit is contained in:
Lynix
2012-12-02 21:49:14 +01:00
46 changed files with 1251 additions and 1283 deletions

View File

@@ -43,6 +43,8 @@ class NAZARA_API NzTexture : public NzResource, NzNonCopyable
unsigned int GetWidth() const;
nzTextureWrap GetWrapMode() const;
bool HasMipmaps() const;
bool IsCompressed() const;
bool IsCubemap() const;
bool IsTarget() const;