/****************************************************************************** * File - renderer2D.h * Author - Joey Pollack * Date - 2022/07/13 (y/m/d) * Mod Date - 2022/07/13 (y/m/d) * Description - The main 2D render class ******************************************************************************/ #ifndef LUNARIUM_RENDERER_2D_H_ #define LUNARIUM_RENDERER_2D_H_ namespace lunarium { class Renderer2D { }; } #endif // LUNARIUM_RENDERER_2D_H_