First commit
[cpp_sandbox.git] / Sandbox / DefaultMethods.h
1 #pragma once
2
3 namespace DefaultMethods
4 {
5 void tests();
6 }
7
8