Standardize components/fx file include guards

This commit is contained in:
Alexei Kotov 2025-02-22 21:14:58 +03:00
parent 5d5595cc5b
commit 3793ff8be8
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_FX_LEXER_H #ifndef OPENMW_COMPONENTS_FX_LEXER_HPP
#define OPENMW_COMPONENTS_FX_LEXER_H #define OPENMW_COMPONENTS_FX_LEXER_HPP
#include <cstddef> #include <cstddef>
#include <optional> #include <optional>

View File

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_FX_LEXERTYPES_H #ifndef OPENMW_COMPONENTS_FX_LEXERTYPES_HPP
#define OPENMW_COMPONENTS_FX_LEXERTYPES_H #define OPENMW_COMPONENTS_FX_LEXERTYPES_HPP
#include <string_view> #include <string_view>
#include <variant> #include <variant>

View File

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_FX_PARSECONSTANTS_H #ifndef OPENMW_COMPONENTS_FX_PARSECONSTANTS_HPP
#define OPENMW_COMPONENTS_FX_PARSECONSTANTS_H #define OPENMW_COMPONENTS_FX_PARSECONSTANTS_HPP
#include <array> #include <array>
#include <string_view> #include <string_view>

View File

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_FX_PASS_H #ifndef OPENMW_COMPONENTS_FX_PASS_HPP
#define OPENMW_COMPONENTS_FX_PASS_H #define OPENMW_COMPONENTS_FX_PASS_HPP
#include <array> #include <array>
#include <optional> #include <optional>

View File

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_FX_TECHNIQUE_H #ifndef OPENMW_COMPONENTS_FX_TECHNIQUE_HPP
#define OPENMW_COMPONENTS_FX_TECHNIQUE_H #define OPENMW_COMPONENTS_FX_TECHNIQUE_HPP
#include <filesystem> #include <filesystem>
#include <memory> #include <memory>

View File

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_FX_TYPES_H #ifndef OPENMW_COMPONENTS_FX_TYPES_HPP
#define OPENMW_COMPONENTS_FX_TYPES_H #define OPENMW_COMPONENTS_FX_TYPES_HPP
#include <optional> #include <optional>
#include <variant> #include <variant>

View File

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_FX_WIDGETS_H #ifndef OPENMW_COMPONENTS_FX_WIDGETS_HPP
#define OPENMW_COMPONENTS_FX_WIDGETS_H #define OPENMW_COMPONENTS_FX_WIDGETS_HPP
#include <MyGUI_Button.h> #include <MyGUI_Button.h>
#include <MyGUI_Delegate.h> #include <MyGUI_Delegate.h>