shithub: treason

ref: 05551a759c2aaa3752fa5bcecda550bfde1e896a
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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