mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
fixes some include guards
This commit is contained in:
parent
6eb9f15b6d
commit
b53b27533a
@ -1,4 +1,4 @@
|
||||
#ifndef GAME_MMDIALOG_DIALOGUEMANAGERIMP_H
|
||||
#ifndef GAME_MWDIALOG_DIALOGUEMANAGERIMP_H
|
||||
#define GAME_MWDIALOG_DIALOGUEMANAGERIMP_H
|
||||
|
||||
#include <components/esm/loadinfo.hpp>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef GAME_MMDIALOGUE_JOURNALENTRY_H
|
||||
#define GAME_MMDIALOGUE_JOURNALENTRY_H
|
||||
#ifndef GAME_MWDIALOGUE_JOURNALENTRY_H
|
||||
#define GAME_MWDIALOGUE_JOURNALENTRY_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef GAME_MMDIALOG_JOURNAL_H
|
||||
#ifndef GAME_MWDIALOG_JOURNAL_H
|
||||
#define GAME_MWDIALOG_JOURNAL_H
|
||||
|
||||
#include "../mwbase/journal.hpp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef GAME_MMDIALOG_QUEST_H
|
||||
#ifndef GAME_MWDIALOG_QUEST_H
|
||||
#define GAME_MWDIALOG_QUEST_H
|
||||
|
||||
#include "topic.hpp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef GAME_MMDIALOG_TOPIC_H
|
||||
#ifndef GAME_MWDIALOG_TOPIC_H
|
||||
#define GAME_MWDIALOG_TOPIC_H
|
||||
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user