mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
completed loading adaption .
This commit is contained in:
parent
34c78179f1
commit
ca20863dc1
6 changed files with 514 additions and 1880 deletions
|
@ -110,9 +110,9 @@ public:
|
|||
CLoading(CWnd* pParent = NULL); // Standardconstructor
|
||||
void InitPics(CProgressCtrl* prog=NULL);
|
||||
void Load();
|
||||
BOOL LoadUnitGraphic(LPCTSTR lpUnittype);
|
||||
BOOL LoadUnitGraphic(const CString& lpUnittype);
|
||||
void LoadBuildingSubGraphic(const CString& subkey, const CIniFileSection& artSection, BOOL bAlwaysSetChar, char theat, HMIXFILE hShpMix, SHPHEADER& shp_h, BYTE*& shp);
|
||||
void LoadOverlayGraphic(LPCTSTR lpOvrlName, int iOvrlNum);
|
||||
void LoadOverlayGraphic(const CString& lpOvrlName, int iOvrlNum);
|
||||
void InitVoxelNormalTables();
|
||||
HTSPALETTE GetIsoPalette(char theat);
|
||||
HTSPALETTE GetUnitPalette(char theat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue