6 lines
79 B
C++
6 lines
79 B
C++
#ifndef BYTETYPE_H
|
|
#define BYTETYPE_H
|
|
//using std::byte;
|
|
|
|
#endif // BYTETYPE_H
|