mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
vcmi: modernize rest of lib
This commit is contained in:
@@ -155,7 +155,7 @@ namespace Res
|
||||
|
||||
public:
|
||||
nziterator(const ResourceSet &RS);
|
||||
bool valid();
|
||||
bool valid() const;
|
||||
nziterator operator++();
|
||||
nziterator operator++(int);
|
||||
const ResEntry& operator*() const;
|
||||
|
||||
Reference in New Issue
Block a user