#pragma once #include #include "Graphics.h" namespace Artifact { class EntityRenderer: public GraphicsSubsystem { }; }