00001 //**************************************************************************/ 00002 // Copyright (c) 2010 Autodesk, Inc. 00003 // All rights reserved. 00004 // 00005 // These coded instructions, statements, and computer programs contain 00006 // unpublished proprietary information written by Autodesk, Inc., and are 00007 // protected by Federal copyright law. They may not be disclosed to third 00008 // parties or copied or duplicated in any form, in whole or in part, without 00009 // the prior written consent of Autodesk, Inc. 00010 //**************************************************************************/ 00011 00012 #pragma once 00013 00014 #include "..\ScripterExport.h" 00015 00016 // forward declarations 00017 #include "..\..\strclass.h" 00018 class HashTable; 00019 00039 ScripterExport bool LocateScriptResourceFile(const MCHAR* scriptFileName, MSTR& resourceFileName); 00040 00052 ScripterExport HashTable* LoadScriptResourceFile(const MCHAR* resourceFileName); 00053 00063 ScripterExport TSTR GetSystemLocaleName(bool user_default_locale); 00064 00073 ScripterExport TSTR GetMaxLocaleName();