summaryrefslogtreecommitdiff
path: root/queryt.c
blob: 6f6db4eee22ddc5e6691a04d3bfb42a0bb01f46c (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <stdlib.h>
#include "video.h"
#include "utils.h"

int main(int argc, char **argv)
{
	//ToDo
	return 0;
}