#pragma once #include "BuiltinTypes.h" #include "SpriteBatch.h" namespace charcoal { namespace builtin { namespace image { typedef PTVertex Vertex; typedef Index Index; typedef TextureRenderable Renderable; typedef SpriteBatch Batch; } } }