11 lines
79 B
C++
11 lines
79 B
C++
#ifndef GPL_H
|
|
#define GPL_H
|
|
|
|
|
|
class GPL {
|
|
public:
|
|
GPL();
|
|
};
|
|
|
|
#endif // GPL_H
|