mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Use forward declaration
This commit is contained in:
parent
606b73ee96
commit
6e6d6d7bda
@ -18,6 +18,7 @@
|
|||||||
#include <osg/PolygonOffset>
|
#include <osg/PolygonOffset>
|
||||||
#include <osg/observer_ptr>
|
#include <osg/observer_ptr>
|
||||||
|
|
||||||
|
#include <osgParticle/BoxPlacer>
|
||||||
#include <osgParticle/ModularEmitter>
|
#include <osgParticle/ModularEmitter>
|
||||||
#include <osgParticle/ParticleSystem>
|
#include <osgParticle/ParticleSystem>
|
||||||
#include <osgParticle/ParticleSystemUpdater>
|
#include <osgParticle/ParticleSystemUpdater>
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
#include <osg/Vec4f>
|
#include <osg/Vec4f>
|
||||||
#include <osg/Uniform>
|
#include <osg/Uniform>
|
||||||
|
|
||||||
#include <osgParticle/BoxPlacer>
|
|
||||||
|
|
||||||
namespace osg
|
namespace osg
|
||||||
{
|
{
|
||||||
class Camera;
|
class Camera;
|
||||||
@ -27,6 +25,7 @@ namespace osg
|
|||||||
namespace osgParticle
|
namespace osgParticle
|
||||||
{
|
{
|
||||||
class ParticleSystem;
|
class ParticleSystem;
|
||||||
|
class BoxPlacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Resource
|
namespace Resource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user