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 @@
/* 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