From c4574a9fb0281ff3945ecb7eedf101680a7db6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sun, 25 Aug 2002 18:55:02 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=88 --- Plugins/pixels.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Plugins/pixels.h') diff --git a/Plugins/pixels.h b/Plugins/pixels.h index 4dd1264..9557ea8 100644 --- a/Plugins/pixels.h +++ b/Plugins/pixels.h @@ -54,6 +54,9 @@ public: __inline int eof() { return y==m_f.height ? 1 : 0; } void next(); + + __inline int width() { return m_f.width; } + __inline int height() { return m_f.height; } }; byte pixels::red() -- cgit v1.2.1