зеркало из https://github.com/microsoft/git.git
9 строки
100 B
Plaintext
9 строки
100 B
Plaintext
|
class RIGHT : public Baseclass
|
||
|
{
|
||
|
public:
|
||
|
protected:
|
||
|
private:
|
||
|
void DoSomething();
|
||
|
int ChangeMe;
|
||
|
};
|