summaryrefslogtreecommitdiffhomepage
path: root/fake-json.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'fake-json.hpp')
-rw-r--r--fake-json.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/fake-json.hpp b/fake-json.hpp
index 5965fbbc..57943d37 100644
--- a/fake-json.hpp
+++ b/fake-json.hpp
@@ -1,5 +1,6 @@
#pragma once
-#ifndef __CLION_IDE__
+//#define GAME_REAL_JSON
+#if !defined __CLION_IDE__ || defined GAME_REAL_JSON
# include <nlohmann/json.hpp>
#else