mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 11:55:02 -05:00
23 lines
304 B
Plaintext
23 lines
304 B
Plaintext
digraph Client {
|
|
|
|
Client [shape=box]
|
|
|
|
IOManager -> Client
|
|
Finder -> Client
|
|
Bitmaps -> Client
|
|
Files -> Client
|
|
OCR -> Client
|
|
DTM -> Client
|
|
|
|
Finder -> IOManager
|
|
Finder -> Bitmaps
|
|
Finder -> DTM
|
|
|
|
OCR -> IOManager
|
|
OCR -> Bitmaps
|
|
OCR -> Finder
|
|
|
|
Bitmaps -> IOManager
|
|
|
|
}
|