Mudbox/i18n.h Source File
Main Page
Topics
Modules
Namespaces
Classes
Files
Examples
File List
File Members
i18n.h
Go to the documentation of this file.
1
//**************************************************************************/
2
// Copyright (c) 2010 Autodesk, Inc.
3
// All rights reserved.
4
//
5
// Use of this software is subject to the terms of the Autodesk license
6
// agreement provided at the time of installation or download, or which
7
// otherwise accompanies this software in either electronic or hard copy form.
8
//
9
//**************************************************************************/
10
// DESCRIPTION: This file contains all the i18n support functions of Mudbox.
11
// CREATED: May 2010
12
//**************************************************************************/
13
14
#ifndef __MUDBOXSDK_I18N_H__
15
#define __MUDBOXSDK_I18N_H__
16
24
#define NTR(s) s
25
33
#define NTRQ(s) QString(s)
34
35
#endif