aboutsummaryrefslogtreecommitdiff
path: root/doc/gfx.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gfx.txt')
-rw-r--r--doc/gfx.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gfx.txt b/doc/gfx.txt
new file mode 100644
index 0000000..d3ce01b
--- /dev/null
+++ b/doc/gfx.txt
@@ -0,0 +1,10 @@
1@startuml
2
3class Gfx {
4
5}
6
7Gfx --> Render
8Gfx *-- Scene
9
10@enduml