// interface.h // Provides the interface with which all video interactions must occur. void VideoInit(); void VideoClose(); void DisplayCharacter(char In);