// interface.h // Provides the interface with which all video interactions must occur. // Common procedure for taking in user input. char UserInput(); void TerminalInit(); void TerminalClose(); void TerminalInput(char n);