10 lines
80 B
C++
10 lines
80 B
C++
#pragma once
|
|
|
|
namespace CppApp {
|
|
class MyCpp
|
|
{
|
|
public:
|
|
void testMyCpp();
|
|
};
|
|
}
|