summaryrefslogtreecommitdiff
path: root/plugins/ZamGateX2/ZamGateX2Artwork.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamGateX2/ZamGateX2Artwork.hpp')
-rw-r--r--plugins/ZamGateX2/ZamGateX2Artwork.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ZamGateX2/ZamGateX2Artwork.hpp b/plugins/ZamGateX2/ZamGateX2Artwork.hpp
index 5de74b7..9ecd715 100644
--- a/plugins/ZamGateX2/ZamGateX2Artwork.hpp
+++ b/plugins/ZamGateX2/ZamGateX2Artwork.hpp
@@ -20,6 +20,16 @@ namespace ZamGateX2Artwork
const unsigned int ledyellowWidth = 11;
const unsigned int ledyellowHeight = 11;
+ extern const char* toggleoffData;
+ const unsigned int toggleoffDataSize = 1056;
+ const unsigned int toggleoffWidth = 22;
+ const unsigned int toggleoffHeight = 12;
+
+ extern const char* toggleonData;
+ const unsigned int toggleonDataSize = 1056;
+ const unsigned int toggleonWidth = 22;
+ const unsigned int toggleonHeight = 12;
+
extern const char* zamgatex2Data;
const unsigned int zamgatex2DataSize = 206724;
const unsigned int zamgatex2Width = 644;