MyGUI  3.2.1
MyGUI_Constants.cpp
Go to the documentation of this file.
00001 /*
00002  * This source file is part of MyGUI. For the latest info, see http://mygui.info/
00003  * Distributed under the MIT License
00004  * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
00005  */
00006 
00007 #include "MyGUI_Precompiled.h"
00008 #include "MyGUI_Constants.h"
00009 
00010 namespace MyGUI
00011 {
00012 
00013     UString Constants::mUString;
00014     std::string Constants::mString;
00015     IntSize Constants::mIntSize;
00016     IntPoint Constants::mIntPoint;
00017 
00018 } // namespace MyGUI