1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 00:45:32 +00:00

Use forward declaration

This commit is contained in:
Andrei Kortunov 2019-10-14 15:40:35 +04:00
parent 606b73ee96
commit 6e6d6d7bda
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,7 @@
#include <osg/PolygonOffset>
#include <osg/observer_ptr>
#include <osgParticle/BoxPlacer>
#include <osgParticle/ModularEmitter>
#include <osgParticle/ParticleSystem>
#include <osgParticle/ParticleSystemUpdater>

View file

@ -9,8 +9,6 @@
#include <osg/Vec4f>
#include <osg/Uniform>
#include <osgParticle/BoxPlacer>
namespace osg
{
class Camera;
@ -27,6 +25,7 @@ namespace osg
namespace osgParticle
{
class ParticleSystem;
class BoxPlacer;
}
namespace Resource