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
new file mode 100644
--- /dev/null
+++ b/src/Pix.h
@@ -0,0 +1,5 @@
+
+#ifndef _Pix_h
+#define _Pix_h 1
+typedef void* Pix;
+#endif