feat: move headers to include dir

This commit is contained in:
Michael Mandl 2023-10-19 07:54:57 +02:00
parent 730633f15a
commit b3a7b6fb2b
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
3 changed files with 2 additions and 1 deletions

5
include/constexp.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
namespace constexp {
void test();
};

5
include/null.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
namespace null {
void test();
};