mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 19:25:18 -05:00
ba5a0f3044
Exposed ImGui function for decompressing embedded data.
8 lines
113 B
C++
8 lines
113 B
C++
#pragma once
|
|
|
|
|
|
class EmbeddedData
|
|
{
|
|
public:
|
|
static const char PB_MSGFT_bin_compressed_data_base85[5380 + 1];
|
|
};
|