shithub: treason

ref: 8c8e7fad46c62082cb46d0e394239259b9baa1a0
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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