shithub: treason

ref: b4ab00e016ba0b1b30bc8a58698287f9e2b0afdb
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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