shithub: treason

ref: a94b98ef756ec9e9bc0a712c04455c407416a73a
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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