shithub: treason

ref: ab33792c19634aa6fecbd9604654e7719a2255a2
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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