9 lines
232 B
C++
9 lines
232 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
namespace Artwork {
|
|
extern const char *backgroundData;
|
|
const uint32_t backgroundDataSize = 677980;
|
|
const uint32_t backgroundWidth = 545;
|
|
const uint32_t backgroundHeight = 311;
|
|
} // namespace Artwork
|