mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 08:56:10 -04:00
Moved includes to appropriate place
This commit is contained in:
parent
ae5d25ac58
commit
90f6cda4cc
@ -1,6 +1,9 @@
|
|||||||
#ifndef MWRENDER_TERRAINSTORAGE_H
|
#ifndef MWRENDER_TERRAINSTORAGE_H
|
||||||
#define MWRENDER_TERRAINSTORAGE_H
|
#define MWRENDER_TERRAINSTORAGE_H
|
||||||
|
|
||||||
|
#include <components/esm/loadland.hpp>
|
||||||
|
#include <components/esm/loadltex.hpp>
|
||||||
|
|
||||||
#include <components/terrain/storage.hpp>
|
#include <components/terrain/storage.hpp>
|
||||||
|
|
||||||
namespace MWRender
|
namespace MWRender
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
#ifndef COMPONENTS_TERRAIN_STORAGE_H
|
#ifndef COMPONENTS_TERRAIN_STORAGE_H
|
||||||
#define COMPONENTS_TERRAIN_STORAGE_H
|
#define COMPONENTS_TERRAIN_STORAGE_H
|
||||||
|
|
||||||
#include <components/esm/loadland.hpp>
|
|
||||||
#include <components/esm/loadltex.hpp>
|
|
||||||
|
|
||||||
#include <OgreAxisAlignedBox.h>
|
#include <OgreAxisAlignedBox.h>
|
||||||
|
|
||||||
#include <OgreHardwareVertexBuffer.h>
|
#include <OgreHardwareVertexBuffer.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user