#include "vidmode.h"

void VideoMode::textMode(void)
{
	asm mov ax,03h
	asm int 10h
}


