1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-06-26 15:52:11 +02:00
SpaceCadetPinball/SpaceCadetPinball/EmbeddedData.h

9 lines
113 B
C
Raw Normal View History

#pragma once
class EmbeddedData
{
public:
static const char PB_MSGFT_bin_compressed_data_base85[5380 + 1];
};