10 lines
75 B
C
10 lines
75 B
C
|
#ifndef COPYABLE_H
|
||
|
#define COPYABLE_H
|
||
|
|
||
|
class Copyable
|
||
|
{
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif
|