From aafef187ef856a36c3f8e599afea2dee44f08904 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 3 Oct 2011 19:25:04 +0000 Subject: Source for additional projects -jsoncpp -lua -tolua++ -WebServer -zlib -iniFile git-svn-id: http://mc-server.googlecode.com/svn/trunk@4 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- jsoncpp-src-0.5.0/include/json/json.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jsoncpp-src-0.5.0/include/json/json.h (limited to 'jsoncpp-src-0.5.0/include/json/json.h') diff --git a/jsoncpp-src-0.5.0/include/json/json.h b/jsoncpp-src-0.5.0/include/json/json.h new file mode 100644 index 000000000..c71ed65ab --- /dev/null +++ b/jsoncpp-src-0.5.0/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 -- cgit v1.2.3