mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 06:47:59 +03:00
Issue #107: World is accessed only through the interface class from now on; some include cleanup
This commit is contained in:
parent
035c1c4b6e
commit
4c39fefd1e
85 changed files with 331 additions and 279 deletions
|
@ -1,9 +1,10 @@
|
|||
#include "referenceinterface.hpp"
|
||||
|
||||
#include "../mwworld/player.hpp"
|
||||
#include "../mwworld/world.hpp"
|
||||
#include "../mwbase/world.hpp"
|
||||
#include "../mwbase/environment.hpp"
|
||||
|
||||
#include "../mwworld/player.hpp"
|
||||
|
||||
namespace MWGui
|
||||
{
|
||||
ReferenceInterface::ReferenceInterface()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue