Let's make (git) history!
This commit is contained in:
12
headline.h
Normal file
12
headline.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef HEADLINE_H
|
||||
#define HEADLINE_H
|
||||
|
||||
#include <string>
|
||||
class Headline
|
||||
{
|
||||
public:
|
||||
unsigned int level;
|
||||
std::string title;
|
||||
};
|
||||
|
||||
#endif // HEADLINE_H
|
Reference in New Issue
Block a user