PUSH - Ajout section ÉQUIPEMENT/ARME pour le HUD. +1 texture (gun01.png).

This commit is contained in:
Mathieu Duval
2023-09-16 00:12:14 -04:00
parent 8faa67596e
commit 54ae0b087a
6 changed files with 98 additions and 42 deletions

View File

@@ -11,7 +11,7 @@ public:
Texture(const std::string& filename = "");
~Texture();
bool Load(const std::string& filename);
bool Load(const std::string& filename, bool useMipMaps = true);
bool IsValid() const;
void Bind() const;