package d2render // Defines the type of rendering engine to use type RenderType int const ( Ebiten = RenderType(1) )