namespace Core::Portable::BitmapFileFormat
namespace BitmapFileFormat { // enums enum Format; // global functions Format detectFormat(CStringPtr fileName); CStringPtr getExtension(Format format); uint16 getCustomBitmapHeaderType(); } // namespace BitmapFileFormat