From 6ac3afcb4f0a68488fde23afa0aa13362af2edba Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Apr 2016 19:59:16 +0300 Subject: Add memory count method into SubImage. --- src/resources/subimage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resources/subimage.h') diff --git a/src/resources/subimage.h b/src/resources/subimage.h index e7184574d..95c5f4100 100644 --- a/src/resources/subimage.h +++ b/src/resources/subimage.h @@ -78,6 +78,8 @@ class SubImage final : public Image const int width, const int height) override final A_WARN_UNUSED; + int calcMemoryLocal() override; + #ifdef USE_OPENGL void decRef() override final; #endif -- cgit v1.2.3-70-g09d2