|
Returns a handle to a previously loaded bitmap (using the file name)
If the return value is NULL it means
that no bitmap with the given name and the given transparent index was loaded to the engine.
Think of the transparent_index as part of the name
there could be several bitmaps with the same name but each can have a different
transparent index. Note that the engine keeps a separate copy for each transparent index
Example:
STATE_bitmap_get_handle("bitmaps\\people\\man12.bmp",-1);
|