From fc3d3c0a4f110a23335398c327ac0a4fc949d5cb Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 17 Jun 2002 10:13:57 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r12, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ggee/; revision=13 --- include/ggee.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 include/ggee.h (limited to 'include/ggee.h') 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 -- cgit v1.2.1