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

void TerminalInit();

void TerminalClose();

void TerminalInput(char n);