completed loading adaption .

This commit is contained in:
Zero Fanker 2024-04-03 23:03:05 -04:00
parent 34c78179f1
commit ca20863dc1
6 changed files with 514 additions and 1880 deletions

View file

@ -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);