1
0
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:
2023-09-17 00:59:19 +10:00
parent 6050224a65
commit a222235605
4 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
/* tmxlayer.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
#ifndef TMXLAYER_H
#define TMXLAYER_H
#ifndef TMXLAYER_HPP
#define TMXLAYER_HPP
#include <string>
#include <cstdint>
@@ -31,4 +31,4 @@ private:
uint32_t* mTileDat;
};
#endif//TMXLAYER_H
#endif//TMXLAYER_HPP

View File

@@ -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
#define TMXOBJECT_H
#ifndef TMXOBJECT_HPP
#define TMXOBJECT_HPP
#include <string>
#include <utility>
@@ -22,4 +22,4 @@ private:
float mX, mY;
};
#endif//TMXOBJECT_H
#endif//TMXOBJECT_HPP

View File

@@ -1,7 +1,7 @@
/* tmxreader.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
#ifndef TMXREADER_H
#define TMXREADER_H
#ifndef TMXREADER_HPP
#define TMXREADER_HPP
#include <istream>
#include <vector>
@@ -47,4 +47,4 @@ private:
};
#endif//TMXREADER_H
#endif//TMXREADER_HPP

View File

@@ -1,7 +1,7 @@
/* tmxtileset.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
#ifndef TMXTILESET_H
#define TMXTILESET_H
#ifndef TMXTILESET_HPP
#define TMXTILESET_HPP
#include <string>
#include <cstdint>
@@ -26,4 +26,4 @@ private:
};
#endif//TMXTILESET_H
#endif//TMXTILESET_HPP