Changes in src/UIElements/UIFactory.cpp [5079a0:a2ab15]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/UIFactory.cpp
r5079a0 ra2ab15 9 9 #include <cassert> 10 10 #include "Patterns/Singleton_impl.hpp" 11 #include "UI Factory.hpp"11 #include "UIElements/UIFactory.hpp" 12 12 13 13 // all factories that can be used: 14 #include " TextUI/TextUIFactory.hpp"15 #include " CommandLineUI/CommandLineUIFactory.hpp"14 #include "UIElements/TextUIFactory.hpp" 15 #include "UIElements/CommandLineUIFactory.hpp" 16 16 17 17 UIFactory::UIFactory()
Note:
See TracChangeset
for help on using the changeset viewer.