Volumes/include/Block/block.h

15 lines
152 B
C
Raw Normal View History

2024-07-07 17:32:34 +02:00
//
// Created by nb on 07.07.24.
//
#ifndef BLOCK_BLOCK_H
#define BLOCK_BLOCK_H
namespace Volumes{
class block{
};
}
#endif //BLOCK_BLOCK_H