// interface.h // Provides the interface with which all video interactions must occur. void TerminalInit(); void TerminalClose(); void TerminalInput(char n);