feat: move headers to include dir
This commit is contained in:
parent
730633f15a
commit
b3a7b6fb2b
3 changed files with 2 additions and 1 deletions
5
include/constexp.h
Normal file
5
include/constexp.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
namespace constexp {
|
||||
void test();
|
||||
};
|
5
include/null.h
Normal file
5
include/null.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
namespace null {
|
||||
void test();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue