Initial commit
This commit is contained in:
22
Torque/SDK/engine/i18n/i18n.h
Normal file
22
Torque/SDK/engine/i18n/i18n.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#if 0
|
||||
|
||||
// Core strings are out of date so this code is currently disabled.
|
||||
|
||||
#include "i18n/CoreStrings.h"
|
||||
|
||||
#ifndef _I18N_H_
|
||||
#define _I18N_H_
|
||||
|
||||
#define _L(x) (getCoreString(x))
|
||||
|
||||
// Protos
|
||||
extern const UTF8 *getCoreString(S32 id);
|
||||
|
||||
#endif // _I18N_H_
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user