TDME2 1.9.121
GUIScreenNode_SizeConstraints.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
5
6/**
7 * GUI screen node size constraints entity
8 * @author Andreas Drewke
9 * @version $Id$
10 */
12{
13
14 int minWidth { -1 };
15 int minHeight { -1 };
16 int maxWidth { -1 };
17 int maxHeight { -1 };
18
19};