need n_modules

This commit is contained in:
2025-06-13 17:01:13 +02:00
parent 05828baa54
commit b13f864b2b
3 changed files with 5 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ class RawFile : public FileInterface {
size_t cols() const override;
size_t bitdepth() const override;
xy geometry();
size_t n_modules() const;
RawMasterFile master() const;