update region file format 2 to 3 (WIP)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace compression {
|
||||
enum class Method {
|
||||
NONE, EXTRLE8, GZIP
|
||||
NONE, EXTRLE8, EXTRLE16, GZIP
|
||||
};
|
||||
|
||||
/// @brief Compress buffer
|
||||
|
||||
Reference in New Issue
Block a user