1
0
Fork 0
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:
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/Shader>
#include <osg/Program> #include <osg/Program>
namespace osgViewer {
class Viewer;
}
namespace Shader namespace Shader
{ {
struct HotReloadManager; struct HotReloadManager;