#ifndef LIBRARY_GRAPHICMODE_H #define LIBRARY_GRAPHICMODE_H enum GraphicMode { Text = 1, TwoColors = 2, Gray_256 = 3, TrueColor = 4, }; #endif