mirror of https://github.com/dcoredump/dexed.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
798 B
22 lines
798 B
11 years ago
|
/* =========================================================================================
|
||
|
|
||
|
This is an auto-generated file: Any edits you make may be overwritten!
|
||
|
|
||
|
*/
|
||
|
|
||
|
namespace BinaryData
|
||
|
{
|
||
|
extern const char* startup_syx;
|
||
|
const int startup_syxSize = 4104;
|
||
|
|
||
|
// Points to the start of a list of resource names.
|
||
|
extern const char* namedResourceList[];
|
||
|
|
||
|
// Number of elements in the namedResourceList array.
|
||
|
extern const int namedResourceListSize;
|
||
|
|
||
|
// If you provide the name of one of the binary resource variables above, this function will
|
||
|
// return the corresponding data and its size (or a null pointer if the name isn't found).
|
||
|
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
|
||
|
}
|