Push all code
This commit is contained in:
parent
347987bb66
commit
ba2bf4b404
10 changed files with 1671 additions and 0 deletions
5
include/preprocessor.hpp
Normal file
5
include/preprocessor.hpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
#include <string>
|
||||
|
||||
std::string Preprocessor(std::string&& s);
|
||||
std::string Preprocessor(const std::string& s);
|
Loading…
Add table
Add a link
Reference in a new issue