1
0
Fork 0
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:
florent.teppe 2022-08-12 18:47:29 +02:00
parent decfbc5387
commit b14cc673bc

View file

@ -13,6 +13,10 @@
#include <osg/Shader>
#include <osg/Program>
namespace osgViewer {
class Viewer;
}
namespace Shader
{
struct HotReloadManager;