1
0
Fork 0
modern_cpp_tutorial/include/ifswitch.h

8 lines
53 B
C++

#pragma once
namespace ifswitch {
void test();
};