9 lines
85 B
C++
9 lines
85 B
C++
// No copyright
|
|
#pragma once
|
|
|
|
namespace nf7 {
|
|
|
|
struct Void { };
|
|
|
|
} // namespace nf7
|