From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/io/tty.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/io/tty.hpp') diff --git a/src/io/tty.hpp b/src/io/tty.hpp index b6eb227..86dc6d5 100644 --- a/src/io/tty.hpp +++ b/src/io/tty.hpp @@ -22,6 +22,8 @@ # include "fwd.hpp" +namespace tmwa +{ # define SGR_BLACK "\e[30m" # define SGR_RED "\e[31m" # define SGR_GREEN "\e[32m" @@ -34,5 +36,6 @@ # define SGR_BOLD "\e[1m" # define SGR_RESET "\e[0m" +} // namespace tmwa #endif // TMWA_IO_TTY_HPP -- cgit v1.2.3-70-g09d2