i18n.h

Go to the documentation of this file.
00001 //**************************************************************************/
00002 // Copyright (c) 2010 Autodesk, Inc.
00003 // All rights reserved.
00004 //
00005 // Use of this software is subject to the terms of the Autodesk license
00006 // agreement provided at the time of installation or download, or which
00007 // otherwise accompanies this software in either electronic or hard copy form.
00008 //
00009 //**************************************************************************/
00010 // DESCRIPTION: This file contains all the i18n support functions of Mudbox.
00011 // CREATED:     May 2010
00012 //**************************************************************************/
00013 
00014 #ifndef __MUDBOXSDK_I18N_H__
00015 #define __MUDBOXSDK_I18N_H__
00016 
00024 #define NTR(s) s
00025 
00033 #define NTRQ(s) QString(s)
00034 
00035 #endif