// // Created by nb on 07.07.24. // #ifndef BLOCK_BLOCK_H #define BLOCK_BLOCK_H namespace Volumes{ class block{ }; } #endif //BLOCK_BLOCK_H