summaryrefslogtreecommitdiff
path: root/src/video/interface.h
blob: 0167037cbe813192d80f7ad46059fedf8387b843 (plain)
1
2
3
4
5
6
7
8
// interface.h
// Provides the interface with which all video interactions must occur.

void VideoInit();

void VideoClose();

void DisplayCharacter(char In);