Skip to content
Snippets Groups Projects
Commit d7021c76 authored by My Name's avatar My Name
Browse files

Resolved compile errors

parent 0b55c3bf
No related branches found
No related tags found
No related merge requests found
...@@ -53,12 +53,7 @@ const char VERSION[] = "0.3.2"; ///< Change version number here for the entire c ...@@ -53,12 +53,7 @@ const char VERSION[] = "0.3.2"; ///< Change version number here for the entire c
#define STRLEN 100 ///< Max string length #define STRLEN 100 ///< Max string length
#define WIDTH 10 ///< Width between columns #define WIDTH 10 ///< Width between columns
char vault[STRLEN]; ///< Storing custom info; char vault[STRLEN]; ///< Storing custom info
deque<std::string> commandHistory;
const int MAXHISTORY = 50;
int numberOfHistories = 0; ///< Storing the number of histories
namespace fs = std::filesystem; namespace fs = std::filesystem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment