Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
EGUIAlignment.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2012 Nikolaus Gebhardt
2 // This file is part of the "Irrlicht Engine".
3 // For conditions of distribution and use, see copyright notice in irrlicht.h
4 
5 #ifndef __E_GUI_ALIGNMENT_H_INCLUDED__
6 #define __E_GUI_ALIGNMENT_H_INCLUDED__
7 
8 namespace irr
9 {
10 namespace gui
11 {
13 {
22 };
23 
25 const c8* const GUIAlignmentNames[] =
26 {
27  "upperLeft",
28  "lowerRight",
29  "center",
30  "scale",
31  0
32 };
33 
34 } // namespace gui
35 } // namespace irr
36 
37 #endif // __E_GUI_ALIGNMENT_H_INCLUDED__
38 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Mon May 6 2013 07:45:59 by Doxygen (1.8.1.2)