1
0
Fork 0
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:
Marc Zinnschlag 2012-08-09 12:05:47 +02:00
parent 923109b260
commit a84145a087
2 changed files with 5 additions and 4 deletions

View file

@ -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&);

View file

@ -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>