2024-12-31 21:52:21 +00:00
|
|
|
#ifndef _BACK_HPP
|
|
|
|
#define _BACK_HPP
|
2024-09-12 15:23:48 +00:00
|
|
|
|
|
|
|
namespace Artwork {
|
|
|
|
extern const char *backgroundData;
|
2024-12-31 21:52:21 +00:00
|
|
|
const unsigned int backgroundDataSize = 677980;
|
|
|
|
const unsigned int backgroundWidth = 545;
|
|
|
|
const unsigned int backgroundHeight = 311;
|
|
|
|
} // namespace Artwork
|
|
|
|
|
|
|
|
#endif
|