aboutsummaryrefslogtreecommitdiff
path: root/include/ggee.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ggee.h')
-rwxr-xr-xinclude/ggee.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/ggee.h b/include/ggee.h
new file mode 100755
index 0000000..6882454
--- /dev/null
+++ b/include/ggee.h
@@ -0,0 +1,13 @@
+#ifndef __GGEXT_H__
+#define __GGEXT_H__
+
+
+
+#define BACKGROUND "-fill grey"
+#define BACKGROUNDCOLOR "grey"
+
+#ifndef PD_VERSION_MINOR
+#define PD_VERSION_MINOR 32
+#endif
+
+#endif