mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 21:15:38 +00:00
Issue #107: minor corrections
This commit is contained in:
parent
923109b260
commit
a84145a087
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef GAME_MWBASE_DIALOGUEMANAGERIMP_H
|
#ifndef GAME_MWBASE_DIALOGUEMANAGER_H
|
||||||
#define GAME_MWBASE_DIALOGUEMANAGERIMP_H
|
#define GAME_MWBASE_DIALOGUEMANAGER_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ namespace MWWorld
|
||||||
|
|
||||||
namespace MWBase
|
namespace MWBase
|
||||||
{
|
{
|
||||||
|
/// \brief Interface for dialogue manager (implemented in MWDialogue)
|
||||||
class DialogueManager
|
class DialogueManager
|
||||||
{
|
{
|
||||||
DialogueManager (const DialogueManager&);
|
DialogueManager (const DialogueManager&);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef GAME_MWBASE_SCRIPTMANAGERIMP_H
|
#ifndef GAME_MWBASE_SCRIPTMANAGER_H
|
||||||
#define GAME_MWBASE_SCRIPTMANAGERIMP_H
|
#define GAME_MWBASE_SCRIPTMANAGER_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue