11 lines
256 B
C++
11 lines
256 B
C++
#ifndef _BACK_HPP
|
|
#define _BACK_HPP
|
|
|
|
namespace Artwork {
|
|
extern const char *backgroundData;
|
|
const unsigned int backgroundDataSize = 677980;
|
|
const unsigned int backgroundWidth = 545;
|
|
const unsigned int backgroundHeight = 311;
|
|
} // namespace Artwork
|
|
|
|
#endif |