mirror of https://github.com/OpenMW/openmw.git
second part of refactoring
parent
f8cb4c2502
commit
d51e6fb7c4
@ -1,16 +1,16 @@
|
|||||||
#ifndef REFDATA_H
|
#ifndef GAME_MWWORLD_REFDATA_H
|
||||||
#define REFDATA_H
|
#define GAME_MWWORLD_REFDATA_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "mwscript/locals.hpp"
|
#include "../mwscript/locals.hpp"
|
||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
class Script;
|
class Script;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace OMW
|
namespace MWWorld
|
||||||
{
|
{
|
||||||
class RefData
|
class RefData
|
||||||
{
|
{
|
Loading…
Reference in New Issue