changeset 3144:fb9924282a3e

[project @ 1998-02-04 22:53:59 by jwe]
author jwe
date Wed, 04 Feb 1998 22:53:59 +0000
parents dbf073585f68
children 0d640dc625c7
files src/Pix.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Pix.h	Wed Feb 04 22:53:59 1998 +0000
@@ -0,0 +1,5 @@
+
+#ifndef _Pix_h
+#define _Pix_h 1
+typedef void* Pix;
+#endif