mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
export bmp_ in bitmap
This commit is contained in:
parent
53d97b221c
commit
ba26b15032
@ -86,6 +86,15 @@ public:
|
||||
*/
|
||||
bool full(void) const;
|
||||
|
||||
public:
|
||||
const unsigned char* get_bmp(void) const {
|
||||
return bmp_;
|
||||
}
|
||||
|
||||
unsigned char* get_bmp(void) {
|
||||
return bmp_;
|
||||
}
|
||||
|
||||
private:
|
||||
unsigned char *bmp_;
|
||||
size_t size_;
|
||||
|
Loading…
Reference in New Issue
Block a user