first
This commit is contained in:
18
include/windows_parser.hpp
Normal file
18
include/windows_parser.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
#ifdef _WIN32
|
||||
#ifndef WINDOWS_PARSER_HPP
|
||||
|
||||
#include "argument_parser.hpp"
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
namespace argument_parser {
|
||||
class windows_parser : public base_parser {
|
||||
public:
|
||||
windows_parser() {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user