%PDF- %PDF-
| Direktori : /proc/self/root/data/old/usr/share/doc/cmake-2.8.12.2/Example/Hello/ |
| Current File : //proc/self/root/data/old/usr/share/doc/cmake-2.8.12.2/Example/Hello/hello.h |
#ifndef _hello_h
#define _hello_h
class Hello
{
public:
void Print();
};
#endif