Logo
Explore Help
Sign In
WallyHackenslacker/Aerofoil
1
0
Fork 0
You've already forked Aerofoil
mirror of https://github.com/elasota/Aerofoil.git synced 2026-03-01 13:25:23 +00:00
Code Issues Projects Releases Wiki Activity
Files
master
Aerofoil/unpacktool/IDecompressor.h

14 lines
273 B
C
Raw Permalink Normal View History

Normalize line endings This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
2024-07-31 19:35:12 +12:00
#pragma once
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.
2024-06-16 16:57:53 +12:00
#include <cstddef>
Normalize line endings This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
2024-07-31 19:35:12 +12:00
struct CSInputBuffer;
class IDecompressor
{
public:
virtual ~IDecompressor() { }
virtual bool Reset(CSInputBuffer *input, size_t compressedSize, size_t decompressedSize) = 0;
virtual bool ReadBytes(void *dest, size_t numBytes) = 0;
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 651ms Template: 30ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API