mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
12 lines
151 B
C++
12 lines
151 B
C++
#ifndef __TRACYETC1_HPP__
|
|
#define __TRACYETC1_HPP__
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
void CompressImageEtc1( const char* src, char* dst, int w, int h );
|
|
|
|
}
|
|
|
|
#endif
|