Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax)

This commit is contained in:
Benoit Blanchon
2014-10-19 15:46:36 +02:00
parent 074c39ca5b
commit 0daf82eee2
49 changed files with 91 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "ArduinoJson/Internals/JsonWriter.h"
#include "ArduinoJson/Internals/JsonWriter.hpp"
namespace ArduinoJson
{

View File

@@ -5,7 +5,7 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{

View File

@@ -1,6 +1,6 @@
#pragma once
#include "JsonNode.h"
#include "JsonNode.hpp"
namespace ArduinoJson
{

View File

@@ -1,6 +1,6 @@
#pragma once
#include "JsonNode.h"
#include "JsonNode.hpp"
namespace ArduinoJson
{

View File

@@ -1,6 +1,6 @@
#pragma once
#include "JsonNode.h"
#include "JsonNode.hpp"
namespace ArduinoJson
{

View File

@@ -1,6 +1,6 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{

View File

@@ -1,7 +1,7 @@
#pragma once
#include "JsonWriter.h"
#include "IndentedPrint.h"
#include "JsonWriter.hpp"
#include "IndentedPrint.hpp"
namespace ArduinoJson
{

View File

@@ -5,7 +5,7 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{

View File

@@ -5,7 +5,7 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{