Let's make (git) history!
Este cometimento está contido em:
12
headline.h
Ficheiro normal
12
headline.h
Ficheiro normal
@@ -0,0 +1,12 @@
|
||||
#ifndef HEADLINE_H
|
||||
#define HEADLINE_H
|
||||
|
||||
#include <string>
|
||||
class Headline
|
||||
{
|
||||
public:
|
||||
unsigned int level;
|
||||
std::string title;
|
||||
};
|
||||
|
||||
#endif // HEADLINE_H
|
Criar uma nova questão referindo esta
Bloquear um utilizador