We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a192483 commit 7ae0277Copy full SHA for 7ae0277
arkr.cpp
@@ -7,6 +7,7 @@
7
#include <sstream>
8
#include <string>
9
#include "json.hpp"
10
+#include "config.hpp"
11
#include <unistd.h>
12
#include <ctime>
13
#include <algorithm>
config.hpp
@@ -0,0 +1,8 @@
1
+class config {
2
+ public:
3
+ class Experimental;
4
+};
5
+class config::Experimental {
6
+ const static bool usermode = false;
0 commit comments