mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-04 22:36:40 +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/Program>
|
||||
|
||||
namespace osgViewer {
|
||||
class Viewer;
|
||||
}
|
||||
|
||||
namespace Shader
|
||||
{
|
||||
struct HotReloadManager;
|
||||
|
|
Loading…
Reference in a new issue