aboutsummaryrefslogtreecommitdiff
path: root/source/Texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Texture.cpp')
-rw-r--r--source/Texture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Texture.cpp b/source/Texture.cpp
index 8fd74ac..8fb657a 100644
--- a/source/Texture.cpp
+++ b/source/Texture.cpp
@@ -238,10 +238,10 @@ Texture* IresTexture::GetInstance() {
return mInstance.Get();
}
-void IresTexture::Write(rapidjson::Value& value, rapidjson::Document& root) const {
+void IresTexture::Write(IresWritingContext& ctx, rapidjson::Value& value, rapidjson::Document& root) const {
// TODO
}
-void IresTexture::Read(const rapidjson::Value& value) {
+void IresTexture::Read(IresLoadingContext& ctx, const rapidjson::Value& value) {
// TODO
}