mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-08 01:06:41 +00:00
adds missing decleration
This commit is contained in:
parent
decfbc5387
commit
b14cc673bc
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
||||||
#include <osg/Shader>
|
#include <osg/Shader>
|
||||||
#include <osg/Program>
|
#include <osg/Program>
|
||||||
|
|
||||||
|
namespace osgViewer {
|
||||||
|
class Viewer;
|
||||||
|
}
|
||||||
|
|
||||||
namespace Shader
|
namespace Shader
|
||||||
{
|
{
|
||||||
struct HotReloadManager;
|
struct HotReloadManager;
|
||||||
|
|
Loading…
Reference in a new issue