Use consistent RGBDS_<PROG>_<NAME>_HPP header guard convention

This commit is contained in:
Rangi42
2024-04-14 21:43:06 -04:00
parent a234da42a6
commit b8387427a6
32 changed files with 102 additions and 100 deletions

View File

@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: MIT */
#ifndef RGBDS_LINK_SECTION_H
#define RGBDS_LINK_SECTION_H
#ifndef RGBDS_LINK_SECTION_HPP
#define RGBDS_LINK_SECTION_HPP
// GUIDELINE: external code MUST NOT BE AWARE of the data structure used!
@@ -88,4 +88,4 @@ Section *sect_GetSection(std::string const &name);
*/
void sect_DoSanityChecks();
#endif // RGBDS_LINK_SECTION_H
#endif // RGBDS_LINK_SECTION_HPP