mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
8 lines
104 B
C++
8 lines
104 B
C++
#ifndef IMAGE_ETC1_H
|
|
#define IMAGE_ETC1_H
|
|
|
|
|
|
void _register_etc1_compress_func();
|
|
|
|
#endif // IMAGE_ETC_H
|