forked from bblanchon/ArduinoJson
Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "ArduinoJson/Internals/JsonWriter.h"
|
||||
#include "ArduinoJson/Internals/JsonWriter.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Arduino/Print.h"
|
||||
#include "../Arduino/Print.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonNode.h"
|
||||
#include "JsonNode.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonNode.h"
|
||||
#include "JsonNode.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonNode.h"
|
||||
#include "JsonNode.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../Arduino/Print.h"
|
||||
#include "../Arduino/Print.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonWriter.h"
|
||||
#include "IndentedPrint.h"
|
||||
#include "JsonWriter.hpp"
|
||||
#include "IndentedPrint.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Arduino/Print.h"
|
||||
#include "../Arduino/Print.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Arduino/Print.h"
|
||||
#include "../Arduino/Print.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonContainer.h"
|
||||
#include "JsonContainer.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonArray.h"
|
||||
#include "JsonObject.h"
|
||||
#include "JsonArray.hpp"
|
||||
#include "JsonObject.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "Arduino/Printable.h"
|
||||
#include "Internals/JsonNodeIterator.h"
|
||||
#include "Internals/JsonNode.h"
|
||||
#include "Internals/IndentedPrint.h"
|
||||
#include "Internals/JsonNodeWrapper.h"
|
||||
#include "Arduino/Printable.hpp"
|
||||
#include "Internals/JsonNodeIterator.hpp"
|
||||
#include "Internals/JsonNode.hpp"
|
||||
#include "Internals/IndentedPrint.hpp"
|
||||
#include "Internals/JsonNodeWrapper.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonContainer.h"
|
||||
#include "JsonContainer.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Internals/JsonNodeWrapper.h"
|
||||
#include "Internals/JsonNodeWrapper.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "JsonBuffer.h"
|
||||
#include "JsonObject.h"
|
||||
#include "JsonBuffer.hpp"
|
||||
#include "JsonObject.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
Reference in New Issue
Block a user