mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use consistent RGBDS_<PROG>_<NAME>_HPP header guard convention
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
#ifndef HELPERS_H
|
||||
#define HELPERS_H
|
||||
#ifndef RGBDS_HELPERS_HPP
|
||||
#define RGBDS_HELPERS_HPP
|
||||
|
||||
// Ideally we'd use `std::unreachable`, but it has insufficient compiler support
|
||||
#ifdef __GNUC__ // GCC or compatible
|
||||
@@ -111,4 +111,4 @@ struct Defer {
|
||||
~Defer() { deferred(); }
|
||||
};
|
||||
|
||||
#endif // HELPERS_H
|
||||
#endif // RGBDS_HELPERS_HPP
|
||||
|
||||
Reference in New Issue
Block a user