chassis/plugin/back.hpp

9 lines
232 B
C++
Raw Normal View History

2024-09-12 15:23:48 +00:00
#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