diff options
author | Adam NAILI | 2018-01-14 20:33:40 +0100 |
---|---|---|
committer | Adam NAILI | 2018-01-14 20:33:40 +0100 |
commit | 7f7b25c81a81331f538b26b98b5e1e8f71bc1450 (patch) | |
tree | 33a52042da475c744f003f1867a3b11f915ba055 | |
parent | 66ca4c453a6dc67e3b09ef3365c3b4805c44910d (diff) | |
download | wallj-7f7b25c81a81331f538b26b98b5e1e8f71bc1450.tar.gz |
Updating UML diagram
-rw-r--r-- | src/docs/class.puml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docs/class.puml b/src/docs/class.puml index dda61b7..dd294df 100644 --- a/src/docs/class.puml +++ b/src/docs/class.puml | |||
@@ -36,6 +36,7 @@ package context { | |||
36 | final ScreenInfo | 36 | final ScreenInfo |
37 | paintCircle(Color, Vec2, float) | 37 | paintCircle(Color, Vec2, float) |
38 | paintSquare(Color, Vec2, float, float) | 38 | paintSquare(Color, Vec2, float, float) |
39 | paintString(Color, Vec2,String) | ||
39 | } | 40 | } |
40 | 41 | ||
41 | class InputHandler { | 42 | class InputHandler { |