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