chassis/plugin/back.hpp
2024-09-12 16:23:48 +01:00

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