diff options
Diffstat (limited to 'src')
-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 { |