|
|
1.1 root 1: /*
2: * $Source: /orpheus/u1/X11/NRFPT/puzzle/RCS/decRaster.h,v $
3: * $Header: decRaster.h,v 1.1 87/09/08 17:28:14 swick Exp $
4: */
5:
6: /*
7: * Copyright 1986 by Ed James, UC Berkeley. All rights reserved.
8: *
9: * Copy permission is hereby granted provided that this notice is
10: * retained on all partial or complete copies.
11: *
12: * For more info on this and all of my stuff, mail [email protected].
13: */
14: typedef struct color {
15: u_short red;
16: u_short green;
17: u_short blue;
18: } COLOR;
19:
20: typedef struct raster {
21: int magic;
22: int whatever[5];
23: int numColors; /* size of colormap */
24: int something[5];
25: int height;
26: int width;
27: int yowsa[7];
28: char name1[116];
29: char name2[312];
30: } RASTERFILE;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.