19#ifndef OST_GFX_BITMAP_EXPORT_HH
20#define OST_GFX_BITMAP_EXPORT_HH
22#include <boost/shared_array.hpp>
32namespace ost {
namespace gfx {
47 boost::shared_array<unsigned char>
data;
#define DLLEXPORT_OST_GFX
Bitmap DLLEXPORT_OST_GFX ImportBitmap(const String &fname, std::string ext="")
void DLLEXPORT_OST_GFX ExportBitmap(const String &fname, std::string ext, unsigned int width, unsigned int height, unsigned char *data)
boost::shared_array< unsigned char > data