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