aboutsummaryrefslogtreecommitdiff
path: root/doc/gfx.txt
blob: d3ce01bb70dde0dd848af6029483b98253bf4c25 (plain)
1
2
3
4
5
6
7
8
9
10
@startuml

class Gfx {

}

Gfx --> Render
Gfx *-- Scene

@enduml