/*
* Copyright 2004 Perforce Software. All rights reserved.
*
* Developed by Data Shades Ltd.
*/
/*
* MBCS Maya functions called by Unicode P4GT
*/
#ifndef INC_MAYA_UTILS
#define INC_MAYA_UTILS
//StrPtr *Max_GetCurFilePath();
UniStrBuf *Max_GetCurFilePath();
void Max_FileReset( BOOL noPrompt );
void Max_LoadFromFile( UniStrBuf *filename ) ;
void Max_SaveToFile( UniStrBuf *filename );
DWORD Max_Get3DSMAXVersion();
BOOL Max_IsSaveRequired();
HWND Max_GetMAXHWnd();
#endif
# |
Change |
User |
Description |
Committed |
|
#1
|
10140 |
Matt Attaway |
Initial release of the P4GT source code. |
|
|