summaryrefslogtreecommitdiffhomepage
path: root/fake-json.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-09-15 12:47:58 +0000
committerStanislaw Halik <sthalik@misaki.pl>2022-09-15 12:47:58 +0000
commit027af044ce8eb233e47cd7134da42f0b53cf2784 (patch)
tree48476fa4c032d965a6f39be1b2d836df1ea3f979 /fake-json.hpp
parentda0ca2b78fa42fcb8bedc4100074735bbcfc148f (diff)
a
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