feat: add if/switch
This commit is contained in:
parent
b3a7b6fb2b
commit
90f78aa9ea
4 changed files with 39 additions and 1 deletions
7
include/ifswitch.h
Normal file
7
include/ifswitch.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
namespace ifswitch {
|
||||
|
||||
void test();
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue