Revision 259d8546b3bee62e1ca8107653d2c45105255ceb authored by alex@thinkpad on 02 September 2017, 20:32:31 UTC, committed by alex@thinkpad on 02 September 2017, 20:32:31 UTC
1 parent 6cc5138
Raw File
vectorscope.h
#ifndef __VECTORSCOPE_H_
#define __VECTORSCOPE_H_
int vectorscope_should_draw();
void vectorscope_request_draw(int flag);
void vectorscope_start();
void vectorscope_addpixel(int Y, int U, int V);
void vectorscope_redraw();
#endif
back to top