From 5f499a8233c7bb68b52b8fdeddac9a06061ea4d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 28 Apr 2009 18:32:15 +0200 Subject: Moved a lot of stuff around to get abstract cbitmap working --- ue2/imgsynth2/cpixelformat_bgr555.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ue2/imgsynth2/cpixelformat_bgr555.h') diff --git a/ue2/imgsynth2/cpixelformat_bgr555.h b/ue2/imgsynth2/cpixelformat_bgr555.h index 7a49c7c..b04e4be 100644 --- a/ue2/imgsynth2/cpixelformat_bgr555.h +++ b/ue2/imgsynth2/cpixelformat_bgr555.h @@ -55,6 +55,9 @@ class CPixelFormat_BGR555 : public CPixelFormat ~CPixelFormat_BGR555() {} + /* TODO */ + void getPixel(uint32_t *pixel, uint32_t x, uint32_t y); + /** * @method setPixel * @brief Modifies pixel at coordinates x, y -- cgit v1.2.3