Fixed the terminal not fully functional error
[utio.git] / utio.h
blob3bddec8de6a4de19c0a2d3a155d551648f0013a7
1 // This file is part of the utio library, a terminal I/O library.
2 //
3 // Copyright (C) 2004 by Mike Sharov <msharov@users.sourceforge.net>
4 // This file is free software, distributed under the MIT License.
5 //
6 // utio.h
7 //
9 #ifndef UTIO_H_43078EBF206DBF1D69BA318A1FF83074
10 #define UTIO_H_43078EBF206DBF1D69BA318A1FF83074
12 #include "utio/kb.h"
13 #include "utio/gc.h"
15 #endif