Revision e873d56e8eec42c9fa6649d37fee9cc8550b0d74 authored by bouncyball on 15 May 2016, 10:46:04 UTC, committed by bouncyball on 15 May 2016, 10:46:04 UTC
1 parent 1cf2d54
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