mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-14 23:05:57 -04:00
Standardize components/fx file include guards
This commit is contained in:
parent
5d5595cc5b
commit
3793ff8be8
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_COMPONENTS_FX_LEXER_H
|
||||
#define OPENMW_COMPONENTS_FX_LEXER_H
|
||||
#ifndef OPENMW_COMPONENTS_FX_LEXER_HPP
|
||||
#define OPENMW_COMPONENTS_FX_LEXER_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <optional>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_COMPONENTS_FX_LEXERTYPES_H
|
||||
#define OPENMW_COMPONENTS_FX_LEXERTYPES_H
|
||||
#ifndef OPENMW_COMPONENTS_FX_LEXERTYPES_HPP
|
||||
#define OPENMW_COMPONENTS_FX_LEXERTYPES_HPP
|
||||
|
||||
#include <string_view>
|
||||
#include <variant>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_COMPONENTS_FX_PARSECONSTANTS_H
|
||||
#define OPENMW_COMPONENTS_FX_PARSECONSTANTS_H
|
||||
#ifndef OPENMW_COMPONENTS_FX_PARSECONSTANTS_HPP
|
||||
#define OPENMW_COMPONENTS_FX_PARSECONSTANTS_HPP
|
||||
|
||||
#include <array>
|
||||
#include <string_view>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_COMPONENTS_FX_PASS_H
|
||||
#define OPENMW_COMPONENTS_FX_PASS_H
|
||||
#ifndef OPENMW_COMPONENTS_FX_PASS_HPP
|
||||
#define OPENMW_COMPONENTS_FX_PASS_HPP
|
||||
|
||||
#include <array>
|
||||
#include <optional>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_COMPONENTS_FX_TECHNIQUE_H
|
||||
#define OPENMW_COMPONENTS_FX_TECHNIQUE_H
|
||||
#ifndef OPENMW_COMPONENTS_FX_TECHNIQUE_HPP
|
||||
#define OPENMW_COMPONENTS_FX_TECHNIQUE_HPP
|
||||
|
||||
#include <filesystem>
|
||||
#include <memory>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_COMPONENTS_FX_TYPES_H
|
||||
#define OPENMW_COMPONENTS_FX_TYPES_H
|
||||
#ifndef OPENMW_COMPONENTS_FX_TYPES_HPP
|
||||
#define OPENMW_COMPONENTS_FX_TYPES_HPP
|
||||
|
||||
#include <optional>
|
||||
#include <variant>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_COMPONENTS_FX_WIDGETS_H
|
||||
#define OPENMW_COMPONENTS_FX_WIDGETS_H
|
||||
#ifndef OPENMW_COMPONENTS_FX_WIDGETS_HPP
|
||||
#define OPENMW_COMPONENTS_FX_WIDGETS_HPP
|
||||
|
||||
#include <MyGUI_Button.h>
|
||||
#include <MyGUI_Delegate.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user