shithub: treason

ref: 44f4ed0d8f048de95984e01e33d34cff27040114
dir: /frame.h/

View raw version
typedef struct Frame Frame;

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