mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix warnings
This commit is contained in:
parent
e1546ac3d0
commit
b2665cbd4e
2 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,7 @@
|
|||
#include <image/Image.h>
|
||||
#include <image/TextureProcessing.h>
|
||||
#include "SerDes.h"
|
||||
#include "KTX.h"
|
||||
#include "Texture_ktx.cpp"
|
||||
|
||||
|
||||
QTEST_GUILESS_MAIN(KtxTests)
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ private slots:
|
|||
void testKtxEvalFunctions();
|
||||
void testKhronosCompressionFunctions();
|
||||
void testKtxSerialization();
|
||||
void testKtxNewSerializationSphericalHarmonics();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue