blob: 68824546db2fed7f110d88acd9c41e7fc2f2498c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|