From 497a0ddb2ab57f6c517543ca20ea1b8333214710 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Tue, 19 Apr 2022 12:36:02 -0700 Subject: Add hardcoded dependencies for IresManager, migrate Shader to Ires --- source/Texture.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Texture.hpp') diff --git a/source/Texture.hpp b/source/Texture.hpp index ef4d136..108dfa7 100644 --- a/source/Texture.hpp +++ b/source/Texture.hpp @@ -94,6 +94,6 @@ public: Texture* CreateInstance() const; Texture* GetInstance(); - void Write(rapidjson::Value& value, rapidjson::Document& root) const override; - void Read(const rapidjson::Value& value) override; + void Write(IresWritingContext& ctx, rapidjson::Value& value, rapidjson::Document& root) const override; + void Read(IresLoadingContext& ctx, const rapidjson::Value& value) override; }; -- cgit v1.2.3-70-g09d2