shithub: treason

ref: 4812d7f4d60a30404a8f0d0cb1f244ae288387d5
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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