11 lines
85 B
C
11 lines
85 B
C
|
#ifndef FOO
|
||
|
#define FOO
|
||
|
|
||
|
class Foo {
|
||
|
public:
|
||
|
void step(int v);
|
||
|
Foo();
|
||
|
};
|
||
|
|
||
|
#endif
|