pituicat/src/Types/Graphics.hs

7 lines
125 B
Haskell
Raw Normal View History

2020-10-17 14:18:42 +00:00
module Types.Graphics
( module G
) where
import Types.Graphics.VertexArray as G
import Types.Graphics.VertexBuffer as G