Skip to content

Commit

Permalink
JSON stuff
Browse files Browse the repository at this point in the history
Signed-off-by: SheridanR <sheridan.rathbun@gmail.com>
  • Loading branch information
SheridanR committed Jan 12, 2020
1 parent 0060313 commit d622786
Show file tree
Hide file tree
Showing 4 changed files with 658 additions and 0 deletions.
17 changes: 17 additions & 0 deletions LICENSE.txt
Expand Up @@ -65,3 +65,20 @@ freely, subject to the following restrictions:
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.



RapidJSON License:

Tencent is pleased to support the open source community by making RapidJSON available.

Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.

Licensed under the MIT License (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

http://opensource.org/licenses/MIT

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
6 changes: 6 additions & 0 deletions VS.2015/Barony/Barony.vcxproj.filters
Expand Up @@ -381,6 +381,9 @@
<ClCompile Include="..\..\src\monster_sentrybot.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\json.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\book.hpp">
Expand Down Expand Up @@ -455,6 +458,9 @@
<ClInclude Include="..\..\src\cppfuncs.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\json.hpp">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Image Include="..\..\src\game.ico">
Expand Down

0 comments on commit d622786

Please sign in to comment.