1
0

Let's make (git) history!

Este cometimento está contido em:
2018-11-03 17:12:20 +01:00
cometimento 3bfebfe8a8
212 ficheiros modificados com 11970 adições e 0 eliminações

12
headline.h Ficheiro normal
Ver ficheiro

@@ -0,0 +1,12 @@
#ifndef HEADLINE_H
#define HEADLINE_H
#include <string>
class Headline
{
public:
unsigned int level;
std::string title;
};
#endif // HEADLINE_H