Adding nlohmanns json library
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
namespace Seele
|
||||
{
|
||||
DECLARE_REF(Scene);
|
||||
class SceneRenderPath : public RenderPath
|
||||
{
|
||||
public:
|
||||
@@ -11,5 +12,8 @@ public:
|
||||
virtual void beginFrame() = 0;
|
||||
virtual void render() = 0;
|
||||
virtual void endFrame() = 0;
|
||||
|
||||
protected:
|
||||
PScene scene;
|
||||
};
|
||||
} // namespace Seele
|
||||
Reference in New Issue
Block a user