feat: add if/switch

This commit is contained in:
Michael Mandl 2023-10-19 08:32:43 +02:00
parent b3a7b6fb2b
commit 90f78aa9ea
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
4 changed files with 39 additions and 1 deletions

7
include/ifswitch.h Normal file
View file

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