mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
compatibility with winXP. .bmp loader now handles 32-bit images and more modern headers.
This commit is contained in:
@@ -43,7 +43,7 @@ class TTexturesManager
|
||||
|
||||
static Names::iterator LoadFromFile(std::string name, int filter = -1);
|
||||
|
||||
static AlphaValue LoadBMP(std::string fileName);
|
||||
static AlphaValue LoadBMP(std::string const &fileName);
|
||||
static AlphaValue LoadTEX(std::string fileName);
|
||||
static AlphaValue LoadTGA(std::string fileName, int filter = -1);
|
||||
static AlphaValue LoadDDS(std::string fileName, int filter = -1);
|
||||
|
||||
Reference in New Issue
Block a user