cog/Plugins/Dumb/archive/umx/unrealfmtdata.cpp

51 lines
1.1 KiB
C++
Raw Normal View History

2013-10-05 02:25:45 +00:00
#include <stdio.h>
#include <stdlib.h>
namespace umr {
2013-10-05 02:25:45 +00:00
#include "urf.h"
// version, class_name, order
const upkg_export_hdr export_desc[] = {
{ 61, "Music", "FjFnFd" },
{ 61, "Sound", "FjFnFd" },
//{61, "Palette", ""},
2013-10-05 02:25:45 +00:00
{ 62, "Music", "FjFn3sFd" },
{ 62, "Sound", "FjFn3sFd" },
//{62, "Palette", ""},
2013-10-05 02:25:45 +00:00
{ 63, "Music", "FjFn3sFd" },
{ 63, "Music", "FjFn3sFd" },
2013-10-05 02:25:45 +00:00
{ 64, "Music", "FjFn3sFd" },
{ 64, "Music", "FjFn3sFd" },
//{64, "Palette", ""},
2013-10-05 02:25:45 +00:00
{ 66, "Music", "FjFn3sFd" },
{ 66, "Sound", "FjFn3sFd" },
//{66, "Palette", ""},
2013-10-05 02:25:45 +00:00
{ 68, "Music", "FjFn3sFd" },
{ 68, "Sound", "FjFn3sFd" },
//{68, "Palette", ""},
2013-10-05 02:25:45 +00:00
{ 69, "Music", "FjFn3sFd" },
{ 69, "Sound", "FjFn3sFd" },
//{69, "Palette", ""},
2013-10-05 02:25:45 +00:00
{ 0, "", "" } // last entry must have version == 0
};
2013-10-05 02:25:45 +00:00
const upkg_object_hdr object_desc[] = {
{ "s3m", "SCRM", 44 /*, "ScreamTracker 3"*/ },
{ "it", "IMPM", 0 /*, "Impluse Tracker" */ },
{ "xm", "Fast", 38 /*, "FastTracker 2.0" */ },
//{"WAV", "WAVE", 8, "MS PCM Sound"}
//,
2013-10-05 02:25:45 +00:00
{ "", "", -1 /*, ""*/ } // last entry must have sig_offset == -1
};
2013-10-05 02:25:45 +00:00
} // namespace umr