Module names

This commit is contained in:
jonpas 2015-04-17 17:45:10 +02:00
parent ba576c5763
commit 2d5b10fb60

View File

@ -17,16 +17,16 @@ Main principles:
Main principles: Main principles:
- Try to keep single module dependencies as much as possible - Try to keep single module dependencies as much as possible
- InteractionMenu would be the requirement for most modules. - Interact_Menu would be the requirement for most modules.
- Anything that is 100% config should require common and not interaction. - Anything that is 100% config should require Common and not Interact_Menu.
``` ```
Main -> Common -> OptionsMenu -> InteractionMenu -> Most things Main -> Common -> OptionsMenu -> Interact_Menu -> Most things
Main -> Common -> Config things Main -> Common -> Config things
Main -> Common -> 3D Models | Main -> Common -> 3D Models |
InteractionMenu | -> Feature Interact_Menu | -> Feature
``` ```