#include "MercuryTexture.h"
#include "MercuryFiles.h"
Go to the source code of this file.
Functions | |
static float | M2DPI (unsigned int meters) |
RawImageData * | LoadBMP (MercuryFile *fp) |
RawImageData * | LoadPNG (MercuryFile *fp) |
RawImageData* LoadBMP | ( | MercuryFile * | fp | ) |
Definition at line 154 of file ImageLoaders.cpp.
RawImageData* LoadPNG | ( | MercuryFile * | fp | ) |
Definition at line 32 of file ImageLoaders.cpp.
static float M2DPI | ( | unsigned int | meters | ) | [inline, static] |
Definition at line 7 of file ImageLoaders.h.