15 lines
152 B
C
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
|