diff options
Diffstat (limited to 'imageloader.h')
-rw-r--r-- | imageloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imageloader.h b/imageloader.h index 9b073701..fc9a3186 100644 --- a/imageloader.h +++ b/imageloader.h @@ -31,5 +31,5 @@ private: Image buffer; Color Argb2Color(tColor col); void toLowerCase(std::string &str); - bool LoadImage(cString FileName, cString Path, cString Extension); + bool LoadImage(cString File); }; |