mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2024-11-22 03:55:21 +00:00
ba5a0f3044
Exposed ImGui function for decompressing embedded data.
9 lines
113 B
C++
9 lines
113 B
C++
#pragma once
|
|
|
|
|
|
class EmbeddedData
|
|
{
|
|
public:
|
|
static const char PB_MSGFT_bin_compressed_data_base85[5380 + 1];
|
|
};
|