Proper include guard
This commit is contained in:
parent
6834ea4ad8
commit
0e47b11a2c
@ -1,4 +1,6 @@
|
|||||||
#pragma once
|
#ifndef GCRYPTCLI_BASES_H
|
||||||
|
#define GCRYPTCLI_BASES_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -136,3 +138,6 @@ static const std::vector<std::string> BASE_UGH = {
|
|||||||
"Bah!",
|
"Bah!",
|
||||||
"Wha-?"
|
"Wha-?"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#pragma once
|
#ifndef GCRYPTCLI_CLIINTERFACE_H
|
||||||
|
#define GCRYPTCLI_CLIINTERFACE_H
|
||||||
|
|
||||||
#include <Hazelnupp/CmdArgsInterface.h>
|
#include <Hazelnupp/CmdArgsInterface.h>
|
||||||
|
|
||||||
class CommandlineInterface
|
class CommandlineInterface
|
||||||
@ -19,3 +21,5 @@ private:
|
|||||||
static Hazelnp::CmdArgsInterface nupp;
|
static Hazelnp::CmdArgsInterface nupp;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user