mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-12 05:27:04 +03:00
Fix defines names
This commit is contained in:
parent
a7cbe0b497
commit
e80d34268c
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue