#include "Video.h" VideoText *VideoTest; int main( void ) { cout << "Let's Go" << endl; VideoTest = new VideoText(); VideoTest->DrawLine( 5, 5, 100, 100 ); return 0; }