#include <stdio.h>
#include <stdlib.h>
#include "OpenGL.h"

int main(int argc, char **argv){
	Run_GL();

	return 0;
}