1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-30 07:21:12 +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;