mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:23:51 +00:00
fixes some include guards
This commit is contained in:
parent
6eb9f15b6d
commit
b53b27533a
5 changed files with 6 additions and 6 deletions
|
@ -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 a new issue