HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
TTauri
Foundation
inflate.hpp
1
// Copyright 2020 Pokitec
2
// All rights reserved.
3
4
#pragma once
5
6
#include "TTauri/Foundation/required.hpp"
7
#include "TTauri/Foundation/byte_string.hpp"
8
#include <nonstd/span>
9
10
namespace
tt {
11
24
bstring inflate(nonstd::span<std::byte const> bytes, ssize_t &offset, ssize_t max_size=0x0100'0000);
25
26
}
27
Generated on Mon Apr 22 2024 12:53:56 for HikoGUI by
1.10.0