shithub: dporg

ref: 006f3116af711aeea7331515f92384c9fe518368
dir: /dat.h/

View raw version
typedef struct Pic Pic;

extern char *prefix;

enum{
	PCfont,
	PCarrow,
	PCspace,
	PCgrid,
	PCplanets,
	PCship,
	PChud,
	PCface,
	PCammo,
	PChit,
	PCdir,
	PCcur,
	PCscroll,
	PCgibs,
	PCend,
};
struct Pic{
	u32int *p;
	int w;
	int h;
};
extern Pic pics[PCend];