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 <string>
|
||||
#include <map>
|
||||
@ -136,3 +138,6 @@ static const std::vector<std::string> BASE_UGH = {
|
||||
"Bah!",
|
||||
"Wha-?"
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef GCRYPTCLI_CLIINTERFACE_H
|
||||
#define GCRYPTCLI_CLIINTERFACE_H
|
||||
|
||||
#include <Hazelnupp/CmdArgsInterface.h>
|
||||
|
||||
class CommandlineInterface
|
||||
@ -19,3 +21,5 @@ private:
|
||||
static Hazelnp::CmdArgsInterface nupp;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user