summaryrefslogtreecommitdiffstats
path: root/jsoncpp-src-0.5.0/include/json/forwards.h
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-11-24 15:24:26 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-11-24 15:24:26 +0100
commit4c67f49c87feeec821a3b1e239157fd80992b798 (patch)
tree46f46ae6dd85ef0b3ee4859fe4e171ed1d0eae37 /jsoncpp-src-0.5.0/include/json/forwards.h
parentMoved iniFile (diff)
downloadcuberite-4c67f49c87feeec821a3b1e239157fd80992b798.tar
cuberite-4c67f49c87feeec821a3b1e239157fd80992b798.tar.gz
cuberite-4c67f49c87feeec821a3b1e239157fd80992b798.tar.bz2
cuberite-4c67f49c87feeec821a3b1e239157fd80992b798.tar.lz
cuberite-4c67f49c87feeec821a3b1e239157fd80992b798.tar.xz
cuberite-4c67f49c87feeec821a3b1e239157fd80992b798.tar.zst
cuberite-4c67f49c87feeec821a3b1e239157fd80992b798.zip
Diffstat (limited to 'jsoncpp-src-0.5.0/include/json/forwards.h')
-rw-r--r--jsoncpp-src-0.5.0/include/json/forwards.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/jsoncpp-src-0.5.0/include/json/forwards.h b/jsoncpp-src-0.5.0/include/json/forwards.h
deleted file mode 100644
index d0ce8300c..000000000
--- a/jsoncpp-src-0.5.0/include/json/forwards.h
+++ /dev/null
@@ -1,39 +0,0 @@
-#ifndef JSON_FORWARDS_H_INCLUDED
-# define JSON_FORWARDS_H_INCLUDED
-
-# include "config.h"
-
-namespace Json {
-
- // writer.h
- class FastWriter;
- class StyledWriter;
-
- // reader.h
- class Reader;
-
- // features.h
- class Features;
-
- // value.h
- typedef int Int;
- typedef unsigned int UInt;
- class StaticString;
- class Path;
- class PathArgument;
- class Value;
- class ValueIteratorBase;
- class ValueIterator;
- class ValueConstIterator;
-#ifdef JSON_VALUE_USE_INTERNAL_MAP
- class ValueAllocator;
- class ValueMapAllocator;
- class ValueInternalLink;
- class ValueInternalArray;
- class ValueInternalMap;
-#endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
-
-} // namespace Json
-
-
-#endif // JSON_FORWARDS_H_INCLUDED