You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lunarium_OLD/src/renderer/renderer2D.h

21 lines
470 B
C

/******************************************************************************
* 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_