mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 11:23:51 +00:00
some cleanup
This commit is contained in:
parent
8c7d578ddc
commit
5244362fba
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
#include "livecellref.hpp"
|
#include "livecellref.hpp"
|
||||||
#include "esmstore.hpp"
|
#include "esmstore.hpp"
|
||||||
|
|
||||||
struct C;
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ namespace MWWorld
|
||||||
RefData mData;
|
RefData mData;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename X> bool operator==(const LiveCellRef<X>& ref, int pRefnum);
|
// template<typename X> bool operator==(const LiveCellRef<X>& ref, int pRefnum);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue