LoadImageFromFile for CImageBox

This commit is contained in:
d1str4ught
2025-09-22 01:43:01 +02:00
parent cc98bdb2da
commit 81c61692f1
5 changed files with 56 additions and 5 deletions

View File

@@ -335,6 +335,7 @@ namespace UI
virtual ~CImageBox();
BOOL LoadImage(const char * c_szFileName);
BOOL LoadImageFromFile(const char * c_szFileName);
void SetDiffuseColor(float fr, float fg, float fb, float fa);
int GetWidth();