summaryrefslogtreecommitdiff
path: root/plugins/ZamGrains/ZamGrainsArtwork.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamGrains/ZamGrainsArtwork.hpp')
-rw-r--r--plugins/ZamGrains/ZamGrainsArtwork.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ZamGrains/ZamGrainsArtwork.hpp b/plugins/ZamGrains/ZamGrainsArtwork.hpp
index 45c1783..7114f23 100644
--- a/plugins/ZamGrains/ZamGrainsArtwork.hpp
+++ b/plugins/ZamGrains/ZamGrainsArtwork.hpp
@@ -10,6 +10,16 @@ namespace ZamGrainsArtwork
const unsigned int knobWidth = 42;
const unsigned int knobHeight = 42;
+ extern const char* toggleoffData;
+ const unsigned int toggleoffDataSize = 1056;
+ const unsigned int toggleoffWidth = 12;
+ const unsigned int toggleoffHeight = 22;
+
+ extern const char* toggleonData;
+ const unsigned int toggleonDataSize = 1056;
+ const unsigned int toggleonWidth = 12;
+ const unsigned int toggleonHeight = 22;
+
extern const char* zamgrainsData;
const unsigned int zamgrainsDataSize = 365391;
const unsigned int zamgrainsWidth = 351;