mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-13 12:55:05 -05:00
14 lines
169 B
Plaintext
14 lines
169 B
Plaintext
|
digraph Client {
|
||
|
|
||
|
Client [shape=box]
|
||
|
|
||
|
Client -> Window
|
||
|
Client -> ColorFinder
|
||
|
Client -> Bitmaps
|
||
|
Client -> Files
|
||
|
Client -> Strings
|
||
|
Client -> OCR
|
||
|
Client -> DTM
|
||
|
|
||
|
}
|