1 /** DGui project file.
2
3 Copyright: Trogu Antonio Davide 2011-2013
4
5 License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
6
7 Authors: Trogu Antonio Davide
8 */
9 module dguihub.core.interfaces.ilayoutcontrol;
10
11 interface ILayoutControl {
12 void updateLayout();
13 }