TDME2 1.9.121
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 * @version $Id$
10 */
12{
13
14 int left { 0 };
15 int top { 0 };
16 int right { 0 };
17 int bottom { 0 };
18};
GUI node scale 9 grid entity.