Skip to content
Snippets Groups Projects
Commit 0697b964 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

added missing DLLEXPORT for gfx bitmap io

parent a9c6fa2d
Branches
Tags
No related merge requests found
......@@ -47,9 +47,9 @@ struct Bitmap
boost::shared_array<unsigned char> data;
};
void ExportBitmap(const String& fname, std::string ext, unsigned int width, unsigned int height,unsigned char* data);
void DLLEXPORT_OST_GFX ExportBitmap(const String& fname, std::string ext, unsigned int width, unsigned int height,unsigned char* data);
Bitmap ImportBitmap(const String& fname, std::string ext="");
Bitmap DLLEXPORT_OST_GFX ImportBitmap(const String& fname, std::string ext="");
}} // ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment