1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 21:45:35 +00:00

Fix defines names

This commit is contained in:
Andrei Kortunov 2020-12-28 21:11:58 +04:00
parent a7cbe0b497
commit e80d34268c
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_ESMTERRAIN_LANDMANAGER_H
#define OPENMW_COMPONENTS_ESMTERRAIN_LANDMANAGER_H
#ifndef OPENMW_MWRENDER_LANDMANAGER_H
#define OPENMW_MWRENDER_LANDMANAGER_H
#include <osg/Object>

View file

@ -1,5 +1,5 @@
#ifndef OPENMW_COMPONENTS_ESMPAGING_CHUNKMANAGER_H
#define OPENMW_COMPONENTS_ESMPAGING_CHUNKMANAGER_H
#ifndef OPENMW_MWRENDER_OBJECTPAGING_H
#define OPENMW_MWRENDER_OBJECTPAGING_H
#include <components/terrain/quadtreeworld.hpp>
#include <components/resource/resourcemanager.hpp>