rebuild project for use with md4c library
This commit is contained in:
parent
18fbad5c7d
commit
6d98202f38
135 changed files with 19527 additions and 0 deletions
9
Src/BlogParser.h
Normal file
9
Src/BlogParser.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class BlogParser
|
||||
{
|
||||
public:
|
||||
BlogParser();
|
||||
std::string ParseText(std::string text);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue