Add unpacktool to CMake, port to *nix

- Adds missing includes, removes some unused ones.
- Removes unused Windows.h and shellapi.h includes.
- Uses / as path separator. This is portable and should still work fine
  on Windows.
This commit is contained in:
Diomendius
2024-06-16 16:57:53 +12:00
parent e78d93437a
commit 5c74c96771
7 changed files with 45 additions and 6 deletions

View File

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