/****************************************************************************** * File - definitions.h * Author - Joey Pollack * Date - 2021/09/14 (y/m/d) * Mod Date - 2021/09/14 (y/m/d) * Description - Common graphics definitions ******************************************************************************/ #ifndef DEFINITIONS_H_ #define DEFINITIONS_H_ namespace lunarium { enum ImageFormat { RGB, RGBA, BGR, BGRA }; } #endif // DEFINITIONS_H_