1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00
This commit is contained in:
MichalZr6
2024-12-15 21:32:23 +01:00
parent 81e29d6ce2
commit f4a15a198b
6 changed files with 6 additions and 31 deletions

View File

@ -43,8 +43,6 @@ public:
CDefFile(const AnimationPath & Name);
~CDefFile();
std::string fileName;
//load frame as SDL_Surface
void loadFrame(size_t frame, size_t group, IImageLoader &loader) const;
bool hasFrame(size_t frame, size_t group) const;