#pragma once #include "BuiltinTypes.h" namespace charcoal { namespace builtin { namespace lit { typedef PhongLight Light; typedef PNMVertex Vertex; typedef Index Index; typedef RenderableT Renderable; } } }