mirror of
https://github.com/ScrelliCopter/tmx2gba.git
synced 2025-02-21 03:29:25 +11:00
normalise guards and copyright names in headers
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* tmxlayer.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
/* tmxlayer.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
||||||
|
|
||||||
#ifndef TMXLAYER_H
|
#ifndef TMXLAYER_HPP
|
||||||
#define TMXLAYER_H
|
#define TMXLAYER_HPP
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
@@ -31,4 +31,4 @@ private:
|
|||||||
uint32_t* mTileDat;
|
uint32_t* mTileDat;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//TMXLAYER_H
|
#endif//TMXLAYER_HPP
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* tmxobject.cpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
/* tmxobject.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
||||||
|
|
||||||
#ifndef TMXOBJECT_H
|
#ifndef TMXOBJECT_HPP
|
||||||
#define TMXOBJECT_H
|
#define TMXOBJECT_HPP
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
@@ -22,4 +22,4 @@ private:
|
|||||||
float mX, mY;
|
float mX, mY;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//TMXOBJECT_H
|
#endif//TMXOBJECT_HPP
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* tmxreader.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
/* tmxreader.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
||||||
|
|
||||||
#ifndef TMXREADER_H
|
#ifndef TMXREADER_HPP
|
||||||
#define TMXREADER_H
|
#define TMXREADER_HPP
|
||||||
|
|
||||||
#include <istream>
|
#include <istream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@@ -47,4 +47,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//TMXREADER_H
|
#endif//TMXREADER_HPP
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* tmxtileset.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
/* tmxtileset.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
|
||||||
|
|
||||||
#ifndef TMXTILESET_H
|
#ifndef TMXTILESET_HPP
|
||||||
#define TMXTILESET_H
|
#define TMXTILESET_HPP
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
@@ -26,4 +26,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//TMXTILESET_H
|
#endif//TMXTILESET_HPP
|
||||||
|
|||||||
Reference in New Issue
Block a user