TDME2  1.9.200
GUINode_Scale9Grid.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <tdme/tdme.h>
5 
6 /**
7  * GUI node scale 9 grid entity
8  * @author Andreas Drewke
9  */
11 {
12 
13  int left { 0 };
14  int top { 0 };
15  int right { 0 };
16  int bottom { 0 };
17 };
GUI node scale 9 grid entity.