#ifndef IGL_REDRUM_H #define IGL_REDRUM_H // Q: These should probably be inside the igl namespace. What's the correct // way to do that? // A: I guess the right way is to not use a macro but a proper function with // streams as input and output. // ANSI color codes for formating iostream style output // Bold Red, etc. #define REDRUM(X) "\e[1m\e[31m"<