Volumes/include/Block/block.h
Karl-Wilfried Zimmer 14c8b3f26b added files
2024-07-07 17:32:34 +02:00

15 lines
152 B
C++

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