mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Merge branch 'namespace_typo' into 'master'
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
Fix typo in namespace name See merge request OpenMW/openmw!4635
This commit is contained in:
commit
e20d52d23c
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
@ -24,7 +22,7 @@ namespace osgViewer
|
|||
class Viewer;
|
||||
}
|
||||
|
||||
namespace usgUtil
|
||||
namespace osgUtil
|
||||
{
|
||||
class CullVisitor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue