1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-13 12:55:05 -05:00
Simba/Doc/Pics/Client_Classes.dot

14 lines
169 B
Plaintext
Raw Normal View History

digraph Client {
Client [shape=box]
Client -> Window
Client -> ColorFinder
Client -> Bitmaps
Client -> Files
Client -> Strings
Client -> OCR
Client -> DTM
}