Add unpacktool to CMake, port to *nix

This commit is contained in:
Diomendius
2024-06-16 16:57:53 +12:00
parent 9d6285490d
commit 2c7947202a
7 changed files with 55 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <stdint.h>
#include "IDecompressor.h"
class RLE90Decompressor : public IDecompressor