mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
Replace includes by forward declaration
This commit is contained in:
parent
972995d124
commit
6f89d38b78
@ -2,10 +2,7 @@
|
||||
#define STEREO_FRUSTUM_H
|
||||
|
||||
#include <osg/BoundingBox>
|
||||
#include <osg/Camera>
|
||||
#include <osg/Matrix>
|
||||
#include <osg/StateSet>
|
||||
#include <osg/Vec3>
|
||||
|
||||
#include <array>
|
||||
#include <map>
|
||||
@ -13,6 +10,7 @@
|
||||
|
||||
namespace osg
|
||||
{
|
||||
class Camera;
|
||||
class FrameBufferObject;
|
||||
class Texture2D;
|
||||
class Texture2DMultisample;
|
||||
|
Loading…
x
Reference in New Issue
Block a user