summaryrefslogtreecommitdiff
path: root/src/jsoncpp/include/json/json.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-24 22:45:02 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-24 22:45:02 -0800
commitf1ad2cad1a6baca25700fd520f6fc3e91c319680 (patch)
tree2b2e27891220ca410a3c93248953e5b812c29912 /src/jsoncpp/include/json/json.h
parenta8a438a09c9482829b2e6f4fa90cb929b7ac7056 (diff)
Adding jsoncpp code.
Diffstat (limited to 'src/jsoncpp/include/json/json.h')
-rw-r--r--src/jsoncpp/include/json/json.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/jsoncpp/include/json/json.h b/src/jsoncpp/include/json/json.h
new file mode 100644
index 0000000..c71ed65
--- /dev/null
+++ b/src/jsoncpp/include/json/json.h
@@ -0,0 +1,10 @@
+#ifndef JSON_JSON_H_INCLUDED
+# define JSON_JSON_H_INCLUDED
+
+# include "autolink.h"
+# include "value.h"
+# include "reader.h"
+# include "writer.h"
+# include "features.h"
+
+#endif // JSON_JSON_H_INCLUDED