#ifndef DEF_VT_NS_H #define DEF_VT_NS_H #include #include namespace VT { //These should be called only from inside class VirtualTerminal void map(SimpleVT* vt); void unmap(SimpleVT* vt); void redrawScreen(); } #endif