2 * Copyright 2009, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Alexandre Deckner <alex@zappotek.com>
8 #ifndef _BITMAP_TEXTURE_H
9 #define _BITMAP_TEXTURE_H
15 class BitmapTexture
: public Texture
{
17 BitmapTexture(BBitmap
* bitmap
);
18 virtual ~BitmapTexture();
21 void _Load(BBitmap
* bitmap
);
24 #endif /* _BITMAP_TEXTURE_H */