shithub: treason

ref: a67d9836f66b1018dc4ae30bf67c4b7caeb413c1
dir: /frame.h/

View raw version
typedef struct Frame Frame;

struct Frame {
	int w, h;
	uvlong dt;
	u8int rgb[1];
};