teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include "utils.h"
Go to the source code of this file.
Classes | |
struct | teditor::Pos2d< T > |
Any 2D position. More... | |
Namespaces | |
teditor | |
Typedefs | |
typedef Pos2d< int > | teditor::Pos2di |
typedef Pos2d< unsigned > | teditor::Pos2du |
typedef Pos2d< size_t > | teditor::Pos2ds |
typedef Pos2di | teditor::Point |