libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
Load n Save BMPs.cpp File Reference
#include "stdafx.h"
#include "Load n Save BMPs.hpp"
#include <boost/scoped_array.hpp>
Include dependency graph for Load n Save BMPs.cpp:

Go to the source code of this file.

Variables

const WORD current_version =0x300
 
const unsigned short max_entries =256
 
const WORD bitmap_type_id =((WORD)('M'<<8)|'B')
 

Variable Documentation

◆ bitmap_type_id

const WORD bitmap_type_id =((WORD)('M'<<8)|'B')

Definition at line 39 of file Load n Save BMPs.cpp.

◆ current_version

const WORD current_version =0x300

Definition at line 37 of file Load n Save BMPs.cpp.

◆ max_entries

const unsigned short max_entries =256

Definition at line 38 of file Load n Save BMPs.cpp.