ES-DE/data/Resources.h
2013-09-14 11:14:21 -05:00

37 lines
919 B
C++

//this file was auto-generated by res2h
#pragma once
#include <string>
#include <map>
extern const size_t button_png_size;
extern const unsigned char button_png_data[];
extern const size_t ES_logo_16_png_size;
extern const unsigned char ES_logo_16_png_data[];
extern const size_t ES_logo_32_png_size;
extern const unsigned char ES_logo_32_png_data[];
extern const size_t frame_png_size;
extern const unsigned char frame_png_data[];
extern const size_t textbox_png_size;
extern const unsigned char textbox_png_data[];
extern const size_t textbox_glow_png_size;
extern const unsigned char textbox_glow_png_data[];
struct Res2hEntry {
const std::string relativeFileName;
const size_t size;
const unsigned char * data;
};
extern const size_t res2hNrOfFiles;
extern const Res2hEntry res2hFiles[];
typedef const std::map<const std::string, const Res2hEntry> res2hMapType;
extern res2hMapType res2hMap;