mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
* Removed trailing newline from settings.txt (caused warning)
* Sprite/Bitmap handlers moved to VCMI_Lib * Moved volume sliders 1px down for better look
This commit is contained in:
@ -19,7 +19,9 @@
|
||||
|
||||
boost::mutex bitmap_handler_mx;
|
||||
int readNormalNr (int pos, int bytCon, unsigned char * str);
|
||||
CLodHandler * BitmapHandler::bitmaph = NULL;
|
||||
|
||||
extern DLL_EXPORT CLodHandler *bitmaph;
|
||||
|
||||
void BMPHeader::print(std::ostream & out)
|
||||
{
|
||||
CDefHandler::print(out,fullSize,4);
|
||||
|
Reference in New Issue
Block a user