mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 06:41:36 +00:00
Replace includes by forward declaration
This commit is contained in:
parent
972995d124
commit
6f89d38b78
1 changed files with 1 additions and 3 deletions
|
@ -2,10 +2,7 @@
|
||||||
#define STEREO_FRUSTUM_H
|
#define STEREO_FRUSTUM_H
|
||||||
|
|
||||||
#include <osg/BoundingBox>
|
#include <osg/BoundingBox>
|
||||||
#include <osg/Camera>
|
|
||||||
#include <osg/Matrix>
|
#include <osg/Matrix>
|
||||||
#include <osg/StateSet>
|
|
||||||
#include <osg/Vec3>
|
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
@ -13,6 +10,7 @@
|
||||||
|
|
||||||
namespace osg
|
namespace osg
|
||||||
{
|
{
|
||||||
|
class Camera;
|
||||||
class FrameBufferObject;
|
class FrameBufferObject;
|
||||||
class Texture2D;
|
class Texture2D;
|
||||||
class Texture2DMultisample;
|
class Texture2DMultisample;
|
||||||
|
|
Loading…
Reference in a new issue